Skip to content

Commit

Permalink
Updated image to fix CVE-2024-5535
Browse files Browse the repository at this point in the history
  • Loading branch information
LotuxPunk authored Jul 25, 2024
1 parent 52443fe commit d03eabe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ COPY --chown=gradle:gradle . /home/gradle/src
WORKDIR /home/gradle/src
RUN gradle buildFatJar --no-daemon

FROM amazoncorretto:21.0.3-alpine3.19
FROM amazoncorretto:21.0.4-alpine3.20
EXPOSE 8080:8080
RUN mkdir /app
COPY --from=build /home/gradle/src/build/libs/*.jar /app/hestia.jar
Expand Down

0 comments on commit d03eabe

Please sign in to comment.