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 87cd504 + 0a94b88 commit c45202bCopy full SHA for c45202b
debian/bookworm-slim/hotspot/Dockerfile
@@ -1,6 +1,6 @@
1
ARG BOOKWORM_TAG=20241111
2
3
-FROM debian:bookworm-"${BOOKWORM_TAG}"-slim as jre-build
+FROM debian:bookworm-"${BOOKWORM_TAG}"-slim AS jre-build
4
5
ARG JAVA_VERSION=17.0.13_11
6
debian/bookworm/hotspot/Dockerfile
-FROM debian:bookworm-"${BOOKWORM_TAG}" as jre-build
+FROM debian:bookworm-"${BOOKWORM_TAG}" AS jre-build
rhel/ubi9/hotspot/Dockerfile
@@ -1,4 +1,4 @@
-FROM registry.access.redhat.com/ubi9/ubi:9.5 as jre-build
+FROM registry.access.redhat.com/ubi9/ubi:9.5 AS jre-build
0 commit comments