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

Commit

Permalink
update libsystemd0 for CVE-2020-1712
Browse files Browse the repository at this point in the history
  • Loading branch information
Yu-An Lin authored and johngmyers committed Jul 21, 2020
1 parent dee6ad6 commit 2a4b72c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
3 changes: 2 additions & 1 deletion zulu-11/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ COPY --from=dumb-init-builder /dumb-init/dumb-init /usr/local/bin/dumb-init
RUN apt-get update && \
DEBIAN_FRONTEND=noninteractive apt-get install --assume-yes \
# These packages are security updates
libgnutls30=3.6.7-4+deb10u4
libgnutls30=3.6.7-4+deb10u4 \
libsystemd0=241-7~deb10u4

ENTRYPOINT ["/usr/local/bin/dumb-init"]
7 changes: 4 additions & 3 deletions zulu-8/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,10 @@ RUN cd dumb-init && make

FROM docker.io/azul/zulu-openjdk-debian:8u252-8.46.0.19

#RUN apt-get update && \
# DEBIAN_FRONTEND=noninteractive apt-get install --assume-yes \
# These packages are security updates
RUN apt-get update && \
DEBIAN_FRONTEND=noninteractive apt-get install --assume-yes \
# These packages are security updates
libsystemd0=241-7~deb10u4

COPY --from=dumb-init-builder /dumb-init/dumb-init /usr/local/bin/dumb-init
ENTRYPOINT ["/usr/local/bin/dumb-init"]

0 comments on commit 2a4b72c

Please sign in to comment.