We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3a26eb commit 24678a9Copy full SHA for 24678a9
Dockerfile
@@ -20,7 +20,7 @@ RUN mvn clean package -DskipTests
20
# -----------------------------
21
# Stage 2: Runtime
22
23
-FROM docker.io/library/eclipse-temurin:21-jre@sha256:02df6e67e0d0ba516810a238629ae194e1d88cd6c75674bc74fc7030763ee0b6
+FROM docker.io/library/eclipse-temurin:21-jre@sha256:345cf9fb53480f30680815cf120b5479d1fc9050050dcc4939e99de335665d11
24
25
# Install dependencies
26
RUN set -eux; \
0 commit comments