From 716913b73acd0ee81faeaf32a35972bdb1cf0c97 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Mar 2022 03:38:20 +0000 Subject: [PATCH] build(deps): bump runatlantis/atlantis-base Bumps runatlantis/atlantis-base from 2021.12.15 to 2022.02.23. --- updated-dependencies: - dependency-name: runatlantis/atlantis-base dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 36c7ab97f4..431165cfa7 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:2021.12.15 AS base +FROM ghcr.io/runatlantis/atlantis-base:2022.02.23 AS base # install terraform binaries ENV DEFAULT_TERRAFORM_VERSION=1.1.6