Upgrade dumb-init and gosu versions

This commit is contained in:
Rui Chen
2019-08-11 16:04:14 -04:00
parent 3ebebe590f
commit 38a9f71e52

View File

@@ -18,8 +18,8 @@ RUN addgroup atlantis && \
chmod g=u /etc/passwd
# Install dumb-init and gosu.
ENV DUMB_INIT_VERSION=1.2.0
ENV GOSU_VERSION=1.10
ENV DUMB_INIT_VERSION=1.2.2
ENV GOSU_VERSION=1.11
RUN apk add --no-cache ca-certificates gnupg curl git unzip bash openssh libcap openssl && \
curl -L -s --output /bin/dumb-init "https://github.com/Yelp/dumb-init/releases/download/v${DUMB_INIT_VERSION}/dumb-init_${DUMB_INIT_VERSION}_amd64" && \
chmod +x /bin/dumb-init && \