From 1c3889f1c42b4eb713503e5ac58c87409ed2cb03 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 07:49:48 +0000 Subject: [PATCH] fix(deps): bump runatlantis/atlantis from v0.30.0 to v0.31.0 Bumps [runatlantis/atlantis](https://github.com/runatlantis/atlantis) from v0.30.0 to v0.31.0. - [Release notes](https://github.com/runatlantis/atlantis/releases) - [Changelog](https://github.com/runatlantis/atlantis/blob/main/CHANGELOG.md) - [Commits](https://github.com/runatlantis/atlantis/compare/v0.30.0...v0.31.0) --- updated-dependencies: - dependency-name: runatlantis/atlantis 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 617f5e1..af9cda1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -30,7 +30,7 @@ RUN wget -q https://github.com/transcend-io/terragrunt-atlantis-config/releases/ FROM setup-${TARGETARCH} AS terragrunt-setup # hadolint ignore=SC3057 -FROM ghcr.io/runatlantis/atlantis:v0.30.0 +FROM ghcr.io/runatlantis/atlantis:v0.31.0 COPY --from=terragrunt-setup /terragrunt /usr/local/bin/terragrunt COPY --from=terragrunt-setup /terragrunt-atlantis-config /usr/local/bin/terragrunt-atlantis-config