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

Commit

Permalink
update 8.48.0.53 -> 8.50.0.21 and 11.41+23 > 11.43.21
Browse files Browse the repository at this point in the history
  • Loading branch information
Alok Jain authored and johngmyers committed Nov 9, 2020
1 parent 8fa011a commit 49e276c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion zulu-11/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ FROM gcc:9.2.0 as dumb-init-builder
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.8-11.41.23
FROM docker.io/azul/zulu-openjdk-debian:11.0.9-11.43.21
COPY --from=dumb-init-builder /dumb-init/dumb-init /usr/local/bin/dumb-init

RUN apt-get update && \
Expand Down
2 changes: 1 addition & 1 deletion zulu-8/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ FROM gcc:9.2.0 as dumb-init-builder
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:8u265-8.48.0.53
FROM docker.io/azul/zulu-openjdk-debian:8u272-8.50.0.21

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

0 comments on commit 49e276c

Please sign in to comment.