From bdbb5cebeb3440d31270690c4127a171a95232f0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 May 2022 09:47:33 -0700 Subject: [PATCH] build(deps): bump runatlantis/atlantis-base (#2259) Bumps runatlantis/atlantis-base from 2022.04.19 to 2022.05.13. --- updated-dependencies: - dependency-name: runatlantis/atlantis-base dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c1fde331d1..8af7c0fea2 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.04.19 AS base +FROM ghcr.io/runatlantis/atlantis-base:2022.05.13 AS base # Get the architecture the image is being built for ARG TARGETPLATFORM