File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
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 install binutils
6+ RUN apt-get -y update && apt-get -y upgrade libssl3 && 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 @@ -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 install binutils
6+ RUN apt-get -y update && apt-get -y upgrade libssl3 && 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