This repository was archived by the owner on Apr 28, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +8
-11
lines changed
Expand file tree Collapse file tree 2 files changed +8
-11
lines changed Original file line number Diff line number Diff line change @@ -4,13 +4,11 @@ FROM gcc:9.2.0 as dumb-init-builder
44RUN git clone -b v1.2.2 --depth 1 --single-branch https://github.com/proofpoint/dumb-init.git
55RUN cd dumb-init && make
66
7- FROM docker.io/azul/zulu-openjdk-debian:11.0.7 -11.39.15
7+ FROM docker.io/azul/zulu-openjdk-debian:11.0.8 -11.41.23
88COPY --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
13- libgnutls30=3.6.7-4+deb10u4 \
14- libsystemd0=241-7~deb10u4
10+ # RUN apt-get update && \
11+ # DEBIAN_FRONTEND=noninteractive apt-get install --assume-yes \
12+ # # These packages are security updates
1513
1614ENTRYPOINT ["/usr/local/bin/dumb-init" ]
Original file line number Diff line number Diff line change @@ -4,12 +4,11 @@ FROM gcc:9.2.0 as dumb-init-builder
44RUN git clone -b v1.2.2 --depth 1 --single-branch https://github.com/proofpoint/dumb-init.git
55RUN cd dumb-init && make
66
7- FROM docker.io/azul/zulu-openjdk-debian:8u252 -8.46 .0.19
7+ FROM docker.io/azul/zulu-openjdk-debian:8u265 -8.48 .0.53
88
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
9+ # RUN apt-get update && \
10+ # DEBIAN_FRONTEND=noninteractive apt-get install --assume-yes \
11+ # # These packages are security updates
1312
1413COPY --from=dumb-init-builder /dumb-init/dumb-init /usr/local/bin/dumb-init
1514ENTRYPOINT ["/usr/local/bin/dumb-init" ]
You can’t perform that action at this time.
0 commit comments