Skip to content
Snippets Groups Projects
Commit 97acf1c6 authored by Bruce Jin's avatar Bruce Jin
Browse files

Merge branch 'aws-cve-fix' into 'master'

fix aws cve

See merge request !469
parents 78e5aaf9 eaad046f
No related branches found
No related tags found
1 merge request!469fix aws cve
Pipeline #266712 failed
......@@ -13,7 +13,9 @@
# limitations under the License.
# https://docs.spring.io/spring-boot/docs/current/reference/html/deployment.html
FROM amazoncorretto:17
FROM public.ecr.aws/amazoncorretto/amazoncorretto:17
RUN yum update -y
ARG JAR_FILE=provider/register-aws/target/*spring-boot.jar
# Harcoding this value since Register-core requires this variable. AWS does not use it. Might change in future
......
......@@ -83,6 +83,12 @@
<version>${jackson.version}</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-web</artifactId>
<version>6.1.8</version>
</dependency>
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.11.0</version>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment