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

Commit

Permalink
upgrade libx11 to 2:1.6.7-1+deb10u1 for CVE-2020-14363
Browse files Browse the repository at this point in the history
  • Loading branch information
Yu-An Lin authored and johngmyers committed Oct 5, 2020
1 parent b88e143 commit 8fa011a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
8 changes: 5 additions & 3 deletions zulu-11/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,10 @@ RUN cd dumb-init && make
FROM docker.io/azul/zulu-openjdk-debian:11.0.8-11.41.23
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
RUN apt-get update && \
DEBIAN_FRONTEND=noninteractive apt-get install --assume-yes \
# These packages are security updates
libx11-6=2:1.6.7-1+deb10u1 \
libx11-data=2:1.6.7-1+deb10u1

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

FROM docker.io/azul/zulu-openjdk-debian:8u265-8.48.0.53

# 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
libx11-6=2:1.6.7-1+deb10u1 \
libx11-data=2:1.6.7-1+deb10u1

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

0 comments on commit 8fa011a

Please sign in to comment.