We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1bc8c51 + b007ecc commit 1a9fc37Copy full SHA for 1a9fc37
1 file changed
Dockerfile
@@ -5,7 +5,7 @@ COPY . .
5
6
RUN ["mvn", "clean", "--no-transfer-progress", "package", "-DskipTests"]
7
8
-FROM eclipse-temurin:21-jre-alpine@sha256:4e9ab608d97796571b1d5bbcd1c9f430a89a5f03fe5aa6c093888ceb6756c502 AS final
+FROM eclipse-temurin:21-jre-alpine@sha256:8728e354e012e18310faa7f364d00185277dec741f4f6d593af6c61fc0eb15fd AS final
9
10
RUN ["apk", "--no-cache", "upgrade"]
11
0 commit comments