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

Commit dee6ad6

Browse files
John McCabejohngmyers
authored andcommitted
Security update for libgnutls30
1 parent 118aa08 commit dee6ad6

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

zulu-11/Dockerfile

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,9 @@ RUN cd dumb-init && make
77
FROM docker.io/azul/zulu-openjdk-debian:11.0.7-11.39.15
88
COPY --from=dumb-init-builder /dumb-init/dumb-init /usr/local/bin/dumb-init
99

10-
#RUN apt-get update && \
11-
# DEBIAN_FRONTEND=noninteractive apt-get install --assume-yes \
12-
# These packages are security updates
10+
RUN apt-get update && \
11+
DEBIAN_FRONTEND=noninteractive apt-get install --assume-yes \
12+
# These packages are security updates
13+
libgnutls30=3.6.7-4+deb10u4
1314

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

0 commit comments

Comments
 (0)