From a8da78e5cda8c69d95341b35694a8fbbba9a3417 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 May 2023 08:04:45 +0000 Subject: [PATCH] fix(deps): bump runatlantis/atlantis from v0.23.5 to v0.24.0 Bumps [runatlantis/atlantis](https://github.com/runatlantis/atlantis) from v0.23.5 to v0.24.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.23.5...v0.24.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 a6d0010..53b598b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -39,7 +39,7 @@ RUN wget -q "https://github.com/transcend-io/terragrunt-atlantis-config/releases tar -xzvf terragrunt-atlantis-config_${TERRAGRUNT_ATLANTIS_CONFIG_VERSION:1}_linux_amd64.tar.gz && \ mv terragrunt-atlantis-config_${TERRAGRUNT_ATLANTIS_CONFIG_VERSION:1}_linux_amd64/terragrunt-atlantis-config_${TERRAGRUNT_ATLANTIS_CONFIG_VERSION:1}_linux_amd64 /terragrunt-atlantis-config -FROM ghcr.io/runatlantis/atlantis:v0.23.5 +FROM ghcr.io/runatlantis/atlantis:v0.24.0 COPY --from=downloader /terragrunt /usr/local/bin/terragrunt COPY --from=installer /aws/build/exe/aws /aws/ COPY --from=atlantis-config-installer /terragrunt-atlantis-config /usr/local/bin/terragrunt-atlantis-config