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

Commit

Permalink
Upgrade Zulu to 2020Q1 security release
Browse files Browse the repository at this point in the history
  • Loading branch information
johngmyers committed Feb 18, 2020
1 parent ec649d7 commit 141651d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions zulu-11/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
## compile dumb-init
FROM gcc:9.2.0 as dumb-init-builder

RUN git clone -b v1.2.1 --depth 1 --single-branch https://github.com/proofpoint/dumb-init.git
RUN git clone -b v1.2.2 --depth 1 --single-branch https://github.com/proofpoint/dumb-init.git
RUN cd dumb-init && make

FROM docker.io/azul/zulu-openjdk-debian:11.0.5
FROM docker.io/azul/zulu-openjdk-debian:11.0.6
COPY --from=dumb-init-builder /dumb-init/dumb-init /usr/local/bin/dumb-init

#RUN apt-get update && \
Expand Down
4 changes: 2 additions & 2 deletions zulu-8/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
## compile dumb-init
FROM gcc:9.2.0 as dumb-init-builder

RUN git clone -b v1.2.1 --depth 1 --single-branch https://github.com/proofpoint/dumb-init.git
RUN git clone -b v1.2.2 --depth 1 --single-branch https://github.com/proofpoint/dumb-init.git
RUN cd dumb-init && make

FROM docker.io/azul/zulu-openjdk-debian:8u232
FROM docker.io/azul/zulu-openjdk-debian:8u242

#RUN apt-get update && \
# DEBIAN_FRONTEND=noninteractive apt-get install --assume-yes \
Expand Down

0 comments on commit 141651d

Please sign in to comment.