We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2096088 commit 45cff22Copy full SHA for 45cff22
2 files changed
java-11/Dockerfile
@@ -3,7 +3,7 @@ ARG BASE_IMAGE
3
FROM azul/zulu-openjdk-debian:${JAVA_VERSION} AS jre
4
5
# Needed for --strip-debug
6
-RUN apt-get -y update && apt-get -y install binutils
+RUN apt-get -y update && apt-get -y upgrade libssl3 && apt-get -y install binutils
7
8
# Included modules cherrypicked from https://docs.oracle.com/en/java/javase/11/docs/api/
9
#
java-21/Dockerfile
# Included modules cherrypicked from https://docs.oracle.com/en/java/javase/21/docs/api/
0 commit comments