We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e99b4a commit 3d63399Copy full SHA for 3d63399
1 file changed
src/Dockerfile
@@ -26,7 +26,7 @@ ARG BUILDKIT_SBOM_SCAN_STAGE=true
26
#
27
# All modules are included (ALL-MODULE-PATH) since we are unable to know which ones
28
# are required by plugins.
29
-FROM docker.io/eclipse-temurin:21-jdk-alpine@sha256:c98f0d2e171c898bf896dc4166815d28a56d428e218190a1f35cdc7d82efd61f AS jre-build
+FROM docker.io/eclipse-temurin:21-jdk-alpine@sha256:1ff763083f2993d57d0bf374ab10bb3e2cb873af6c13a04458ebbd3e0337dc76 AS jre-build
30
31
RUN ${JAVA_HOME}/bin/jlink \
32
--add-modules ALL-MODULE-PATH \
0 commit comments