Skip to content

Commit 44bcefa

Browse files
authored
updating java version (#45)
* updating java version * updating docker file * updating image hash * updating image hash
1 parent 5a1e38f commit 44bcefa

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
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-11/base.image

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
gcr.io/distroless/cc-debian12:debug@sha256:4de4d3dacd8bff60f46716b63394237b3a615f4081afc1ca0dacdc2b59b27af7
1+
gcr.io/distroless/cc-debian12:debug@sha256:22d266a557525a268a4c191b335ba786541e6f07bd7dfc4c5cba4db7828ecb50

java-11/java.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
11.0.29-11.84
1+
11.0.30-11.86

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
#

java-21/base.image

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
gcr.io/distroless/cc-debian12:debug@sha256:4de4d3dacd8bff60f46716b63394237b3a615f4081afc1ca0dacdc2b59b27af7
1+
gcr.io/distroless/cc-debian12:debug@sha256:22d266a557525a268a4c191b335ba786541e6f07bd7dfc4c5cba4db7828ecb50

java-21/java.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
21.0.8-21.44
1+
21.0.10-21.48

0 commit comments

Comments
 (0)