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

Commit 8c09e7b

Browse files
committed
Update Java to 8u232 and 11.0.5
1 parent f851d8f commit 8c09e7b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

zulu-11/Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
## compile dumb-init
2-
FROM gcc:9.1.0 as dumb-init-builder
2+
FROM gcc:9.2.0 as dumb-init-builder
33

44
RUN git clone -b v1.2.1 --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.4
7+
FROM docker.io/azul/zulu-openjdk-debian:11.0.5
88
COPY --from=dumb-init-builder /dumb-init/dumb-init /usr/local/bin/dumb-init
99

1010
#RUN apt-get update && \

zulu-8/Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
## compile dumb-init
2-
FROM gcc:9.1.0 as dumb-init-builder
2+
FROM gcc:9.2.0 as dumb-init-builder
33

44
RUN git clone -b v1.2.1 --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:8u222
7+
FROM docker.io/azul/zulu-openjdk-debian:8u232
88

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

0 commit comments

Comments
 (0)