Upgrade to alpine 3.10

This commit is contained in:
Luke Kysow
2019-06-25 13:47:14 +01:00
parent ee6e31ef0c
commit f6d90e643f
2 changed files with 2 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
# The runatlantis/atlantis-base is created by docker-base/Dockerfile.
FROM runatlantis/atlantis-base:v3.0
FROM runatlantis/atlantis-base:v3.1
LABEL authors="Anubhav Mishra, Luke Kysow"
# install terraform binaries

View File

@@ -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.9
FROM alpine:3.10
LABEL authors="Anubhav Mishra, Luke Kysow"
# We use gosu to step down from root and run as the atlantis user so we need