Skip to content

Commit 45cff22

Browse files
committed
updating docker file
1 parent 2096088 commit 45cff22

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

java-11/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ ARG BASE_IMAGE
33
FROM 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
#

java-21/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ ARG BASE_IMAGE
33
FROM 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
#

0 commit comments

Comments
 (0)