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

Commit

Permalink
Security update for libgnutls30
Browse files Browse the repository at this point in the history
  • Loading branch information
John McCabe authored and johngmyers committed Jun 8, 2020
1 parent 118aa08 commit dee6ad6
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions zulu-11/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,9 @@ RUN cd dumb-init && make
FROM docker.io/azul/zulu-openjdk-debian:11.0.7-11.39.15
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
libgnutls30=3.6.7-4+deb10u4

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

0 comments on commit dee6ad6

Please sign in to comment.