Skip to content

Commit 1c09eeb

Browse files
authored
Merge pull request #200 from sir-gon/dependabot/docker/eclipse-temurin-22.0.2_9-jre-alpine
Bump eclipse-temurin from 22.0.1_8-jre-alpine to 22.0.2_9-jre-alpine
2 parents 08a43d2 + c0e781c commit 1c09eeb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ CMD ["make", "test"]
9393
## in the production phase, "good practices" such as
9494
## WORKDIR and USER are maintained
9595
##
96-
FROM eclipse-temurin:22.0.1_8-jre-alpine AS production
96+
FROM eclipse-temurin:22.0.2_9-jre-alpine AS production
9797
RUN apk upgrade --update --no-cache openssl libcrypto3 libssl3 # FIX CVE-2024-5535
9898
RUN apk upgrade --update --no-cache --available # FIX CVE-2024-5535 CVE-2024-4741
9999

0 commit comments

Comments
 (0)