Skip to content
This repository was archived by the owner on Apr 28, 2023. It is now read-only.

Commit 49e276c

Browse files
Alok Jainjohngmyers
authored andcommitted
update 8.48.0.53 -> 8.50.0.21 and 11.41+23 > 11.43.21
1 parent 8fa011a commit 49e276c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

zulu-11/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ FROM gcc:9.2.0 as dumb-init-builder
44
RUN git clone -b v1.2.2 --depth 1 --single-branch https://github.com/proofpoint/dumb-init.git
55
RUN cd dumb-init && make
66

7-
FROM docker.io/azul/zulu-openjdk-debian:11.0.8-11.41.23
7+
FROM docker.io/azul/zulu-openjdk-debian:11.0.9-11.43.21
88
COPY --from=dumb-init-builder /dumb-init/dumb-init /usr/local/bin/dumb-init
99

1010
RUN apt-get update && \

zulu-8/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ FROM gcc:9.2.0 as dumb-init-builder
44
RUN git clone -b v1.2.2 --depth 1 --single-branch https://github.com/proofpoint/dumb-init.git
55
RUN cd dumb-init && make
66

7-
FROM docker.io/azul/zulu-openjdk-debian:8u265-8.48.0.53
7+
FROM docker.io/azul/zulu-openjdk-debian:8u272-8.50.0.21
88

99
RUN apt-get update && \
1010
DEBIAN_FRONTEND=noninteractive apt-get install --assume-yes \

0 commit comments

Comments
 (0)