From 4585da3e7c3d4d8d67abda0c75c553d41071121a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 08:03:53 +0000 Subject: [PATCH] fix(deps): bump runatlantis/atlantis from v0.29.0 to v0.30.0 Bumps [runatlantis/atlantis](https://github.com/runatlantis/atlantis) from v0.29.0 to v0.30.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.29.0...v0.30.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 6ba2ba2..617f5e1 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.29.0 +FROM ghcr.io/runatlantis/atlantis:v0.30.0 COPY --from=terragrunt-setup /terragrunt /usr/local/bin/terragrunt COPY --from=terragrunt-setup /terragrunt-atlantis-config /usr/local/bin/terragrunt-atlantis-config