You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Dockerfile
+4-3Lines changed: 4 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,4 @@
1
-
# sha from https://hub.docker.com/layers/library/eclipse-temurin/21-jre-alpine-3.23/images/sha256-693c22ea458d62395bac47a2da405d0d18c77b205211ceec4846a550a37684b6
2
-
FROM eclipse-temurin@sha256:89517925fa675c6c4b770bee7c44d38a7763212741b0d6fca5a5103caab21a97
1
+
FROM eclipse-temurin:21-jdk-alpine
3
2
# For Amazon Corretto Crypto Provider
4
3
RUN apk add --no-cache gcompat
5
4
@@ -23,7 +22,9 @@ COPY ./conf/*.xml /app/conf/
23
22
RUN tar xzvf /app/static.tar.gz --no-same-owner --no-same-permissions && rm -f /app/static.tar.gz
24
23
25
24
# Fix CVE-2025-68973: Update gnupg to patched version
0 commit comments