File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ ARG BASE_IMAGE
33FROM azul/zulu-openjdk-debian:${JAVA_VERSION} AS jre
44
55# Needed for --strip-debug
6- RUN apt-get -y update && apt-get -y upgrade libssl3 && apt-get -y install binutils
6+ RUN apt-get -y update && apt-get -y upgrade && apt-get -y install binutils
77
88# Included modules cherrypicked from https://docs.oracle.com/en/java/javase/11/docs/api/
99#
Original file line number Diff line number Diff line change 1- gcr.io/distroless/cc-debian12:debug@sha256:22d266a557525a268a4c191b335ba786541e6f07bd7dfc4c5cba4db7828ecb50
1+ gcr.io/distroless/cc-debian12:debug
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ ARG BASE_IMAGE
33FROM azul/zulu-openjdk-debian:${JAVA_VERSION} AS jre
44
55# Needed for --strip-debug
6- RUN apt-get -y update && apt-get -y upgrade libssl3 && apt-get -y install binutils
6+ RUN apt-get -y update && apt-get -y upgrade && apt-get -y install binutils
77
88# Included modules cherrypicked from https://docs.oracle.com/en/java/javase/21/docs/api/
99#
You can’t perform that action at this time.
0 commit comments