Skip to content

Commit

Permalink
Merge pull request #1136 from lazzurs/feature/upgrade_base_container
Browse files Browse the repository at this point in the history
Upgrading the base container.
  • Loading branch information
lkysow authored Aug 6, 2020
2 parents 3b507a7 + db3ea7d commit 5ebe3ef
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
@@ -1,7 +1,7 @@
# This Dockerfile builds our base image with gosu, dumb-init and the atlantis
# user. We split this from the main Dockerfile because this base doesn't change
# and also because it kept breaking the build due to flakiness.
FROM alpine:3.11
FROM alpine:3.12
LABEL authors="Anubhav Mishra, Luke Kysow"

# We use gosu to step down from root and run as the atlantis user so we need
Expand Down

0 comments on commit 5ebe3ef

Please sign in to comment.