mirror of
https://git.vectorsigma.ru/public/atlantis.git
synced 2026-07-29 00:48:21 +00:00
deps: bump alpine to v3.13 (#1389)
This commit is contained in:
@@ -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.12
|
||||
FROM alpine:3.13
|
||||
LABEL authors="Anubhav Mishra, Luke Kysow"
|
||||
|
||||
# We use gosu to step down from root and run as the atlantis user so we need
|
||||
|
||||
Reference in New Issue
Block a user