Compare commits
3 Commits
8d1ef26183
...
renovate/e
Author | SHA1 | Date | |
---|---|---|---|
aa55923af1 | |||
9771b04589 | |||
3a60a8050b |
@ -11,7 +11,7 @@ COPY . .
|
|||||||
RUN mvn package -q -Dmaven.test.skip -DskipTests -T2C
|
RUN mvn package -q -Dmaven.test.skip -DskipTests -T2C
|
||||||
|
|
||||||
# Stage 2: Create the final lightweight image
|
# Stage 2: Create the final lightweight image
|
||||||
FROM eclipse-temurin:17.0.11_9-jre-focal
|
FROM eclipse-temurin:17.0.12_7-jre-focal
|
||||||
|
|
||||||
# Set the working directory
|
# Set the working directory
|
||||||
WORKDIR /home/container
|
WORKDIR /home/container
|
||||||
|
2
pom.xml
2
pom.xml
@ -80,7 +80,7 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.google.code.gson</groupId>
|
<groupId>com.google.code.gson</groupId>
|
||||||
<artifactId>gson</artifactId>
|
<artifactId>gson</artifactId>
|
||||||
<version>2.9.1</version>
|
<version>2.10.1</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
<!-- Sentry -->
|
<!-- Sentry -->
|
||||||
|
Reference in New Issue
Block a user