Skip to content

Commit c0e781c

Browse files
Bump eclipse-temurin from 22.0.1_8-jre-alpine to 22.0.2_9-jre-alpine
Bumps eclipse-temurin from 22.0.1_8-jre-alpine to 22.0.2_9-jre-alpine. --- updated-dependencies: - dependency-name: eclipse-temurin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 08a43d2 commit c0e781c

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)