We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 08a43d2 + c0e781c commit 1c09eebCopy full SHA for 1c09eeb
Dockerfile
@@ -93,7 +93,7 @@ CMD ["make", "test"]
93
## in the production phase, "good practices" such as
94
## WORKDIR and USER are maintained
95
##
96
-FROM eclipse-temurin:22.0.1_8-jre-alpine AS production
+FROM eclipse-temurin:22.0.2_9-jre-alpine AS production
97
RUN apk upgrade --update --no-cache openssl libcrypto3 libssl3 # FIX CVE-2024-5535
98
RUN apk upgrade --update --no-cache --available # FIX CVE-2024-5535 CVE-2024-4741
99
0 commit comments