Skip to content

Commit

Permalink
Merge pull request #730 from chenrui333/update-base-dockerfile
Browse files Browse the repository at this point in the history
Upgrade dumb-init and gosu versions
  • Loading branch information
lkysow authored Aug 13, 2019
2 parents 3ebebe5 + 38a9f71 commit 23e3099
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 23e3099

Please sign in to comment.