Skip to content

Commit 20ccef8

Browse files
author
Jakob Helmecke
committed
Update dump-init version
1 parent e0f3699 commit 20ccef8

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

Dockerfile

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,16 @@
11
FROM debian:stretch-slim
22

3-
ENV DUMB_INIT_VERSION 1.2.1
3+
ENV DUMB_INIT_VERSION 1.2.2
44

55
COPY bin/ /usr/local/bin/
66

77
RUN set -x && \
8-
clean-install procps curl ca-certificates && \
8+
clean-install \
9+
ca-certificates \
10+
curl \
11+
procps && \
912
curl -sL https://github.com/Yelp/dumb-init/releases/download/v${DUMB_INIT_VERSION}/dumb-init_${DUMB_INIT_VERSION}_amd64 -o /usr/local/bin/dumb-init && \
1013
chmod +x /usr/local/bin/dumb-init && \
11-
clean-uninstall curl ca-certificates
14+
clean-uninstall curl
1215

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

0 commit comments

Comments
 (0)