From bcb37253c501e5fc0d00dbfa4aaadf7077fbe2be Mon Sep 17 00:00:00 2001 From: Josh Reichardt Date: Fri, 12 Feb 2021 09:57:19 -0600 Subject: [PATCH] deps: bump alpine to v3.13 (#1389) --- docker-base/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-base/Dockerfile b/docker-base/Dockerfile index bfb6e9bb9..130ab810a 100644 --- a/docker-base/Dockerfile +++ b/docker-base/Dockerfile @@ -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