We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41bf2b5 commit 2d95bd1Copy full SHA for 2d95bd1
exist-docker/src/main/resources-filtered/Dockerfile-DEBUG
@@ -20,7 +20,7 @@
20
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
21
#
22
23
-# Use JDK 17 in Debian Bullseye (as our production image gcr.io/distroless/java:17 is based on Debian Bullseye with just a JRE)
+# Use JDK 17 in Debian as our production image gcr.io/distroless/java is based on Debian with just a JRE)
24
FROM debian:bookworm-slim
25
RUN apt-get update && apt-get -y dist-upgrade
26
RUN apt-get install -y openjdk-17-jdk-headless
0 commit comments