Skip to content

Commit

Permalink
Upgrade dumb-init and gosu versions
Browse files Browse the repository at this point in the history
  • Loading branch information
chenrui333 committed Aug 11, 2019
1 parent 3ebebe5 commit 38a9f71
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 && \
Expand Down

0 comments on commit 38a9f71

Please sign in to comment.