Skip to content

Commit

Permalink
Merge pull request #1104 from lazzurs/feature/upgrade_gosu
Browse files Browse the repository at this point in the history
Upgrading base container to latest gosu.
  • Loading branch information
lkysow committed Jul 7, 2020
2 parents 80a85b9 + cc62f4d commit 42a667f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ RUN addgroup atlantis && \

# Install dumb-init and gosu.
ENV DUMB_INIT_VERSION=1.2.2
ENV GOSU_VERSION=1.11
ENV GOSU_VERSION=1.12
RUN apk add --no-cache ca-certificates gnupg curl git git-lfs 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 42a667f

Please sign in to comment.