From d6b29c853784d89ecb8b1518d7a72247fd71d21b Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Wed, 15 Dec 2021 17:03:27 -0500 Subject: [PATCH] deps: alpine 3.15 Signed-off-by: Rui Chen --- docker-base/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-base/Dockerfile b/docker-base/Dockerfile index 89313733c4..a8758499ba 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.14 +FROM alpine:3.15 LABEL authors="Anubhav Mishra, Luke Kysow" # We use gosu to step down from root and run as the atlantis user so we need