From e7705d42f4a9da8290b7aa765b2d5336c168f0c9 Mon Sep 17 00:00:00 2001 From: Li Lin Date: Fri, 5 Aug 2022 08:44:59 -0700 Subject: [PATCH 1/2] Bump alpine to 3.16.1 --- docker-base/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-base/Dockerfile b/docker-base/Dockerfile index 4a846f4ef4..5bf72fa8d8 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.15.4 +FROM alpine:3.16.1 LABEL authors="Anubhav Mishra, Luke Kysow" # We use gosu to step down from root and run as the atlantis user so we need From f2d8ee349b8e4861ea462b490d71e2639d4699b5 Mon Sep 17 00:00:00 2001 From: Li Lin Date: Fri, 5 Aug 2022 09:16:08 -0700 Subject: [PATCH 2/2] Use atlantis-base 2022.08.05 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 68c633325a..53249fa4df 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,7 +7,7 @@ RUN CGO_ENABLED=0 go build -trimpath -ldflags "-s -w" -v -o atlantis . # Stage 2 # The runatlantis/atlantis-base is created by docker-base/Dockerfile. -FROM ghcr.io/runatlantis/atlantis-base:2022.05.13 AS base +FROM ghcr.io/runatlantis/atlantis-base:2022.08.05 AS base # Get the architecture the image is being built for ARG TARGETPLATFORM