Skip to content

Commit

Permalink
Update to alpine 3.8 to fix security vuln.
Browse files Browse the repository at this point in the history
  • Loading branch information
lkysow committed Sep 13, 2018
1 parent a18b2ec commit 9c8c6d3
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.6
FROM alpine:3.8
LABEL authors="Anubhav Mishra, Luke Kysow"

# create atlantis user
Expand Down

0 comments on commit 9c8c6d3

Please sign in to comment.