Skip to content

Commit

Permalink
deps: bump alpine to 3.14 (#1770)
Browse files Browse the repository at this point in the history
  • Loading branch information
eXeDK committed Aug 31, 2021
1 parent 317503a commit f2ded06
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.13
FROM alpine:3.14
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 f2ded06

Please sign in to comment.