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

Commit 2a4b72c

Browse files
Yu-An Linjohngmyers
authored andcommitted
update libsystemd0 for CVE-2020-1712
1 parent dee6ad6 commit 2a4b72c

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

zulu-11/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ COPY --from=dumb-init-builder /dumb-init/dumb-init /usr/local/bin/dumb-init
1010
RUN apt-get update && \
1111
DEBIAN_FRONTEND=noninteractive apt-get install --assume-yes \
1212
# These packages are security updates
13-
libgnutls30=3.6.7-4+deb10u4
13+
libgnutls30=3.6.7-4+deb10u4 \
14+
libsystemd0=241-7~deb10u4
1415

1516
ENTRYPOINT ["/usr/local/bin/dumb-init"]

zulu-8/Dockerfile

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,10 @@ RUN cd dumb-init && make
66

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

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

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

0 commit comments

Comments
 (0)