From 4817ecbb64617f4be6f694a2ef73bab82cd4dd4a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Nov 2022 09:28:25 -0800 Subject: [PATCH] build(deps): bump runatlantis/atlantis-base (#2731) Bumps runatlantis/atlantis-base from 2022.11.13 to 2022.11.24. --- updated-dependencies: - dependency-name: runatlantis/atlantis-base dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] 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 d379b5632..5692a5459 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.11.13 AS base +FROM ghcr.io/runatlantis/atlantis-base:2022.11.24 AS base # Get the architecture the image is being built for ARG TARGETPLATFORM