From 6dd4d6b5e292112cc6388b72a5e69df41f63df61 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Jun 2024 07:18:15 +0000 Subject: [PATCH 1/2] fix(deps): bump runatlantis/atlantis from v0.28.1 to v0.28.3 Bumps [runatlantis/atlantis](https://github.com/runatlantis/atlantis) from v0.28.1 to v0.28.3. - [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.28.1...v0.28.3) --- 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 7dfe7aa..5f4aa6f 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.28.1 +FROM ghcr.io/runatlantis/atlantis:v0.28.3 COPY --from=terragrunt-setup /terragrunt /usr/local/bin/terragrunt COPY --from=terragrunt-setup /terragrunt-atlantis-config /usr/local/bin/terragrunt-atlantis-config From 994de2337c3b21a73fa8e027b6a4902d1cd70bca Mon Sep 17 00:00:00 2001 From: Julian Einhaus Date: Wed, 19 Jun 2024 13:28:07 +0200 Subject: [PATCH 2/2] chore(deps): bump aws-cli to 2.15.57-r0 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 5f4aa6f..d33b78b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -36,7 +36,7 @@ COPY --from=terragrunt-setup /terragrunt-atlantis-config /usr/local/bin/terragru USER root # renovate: datasource=repology depName=alpine_3_19/awscli versioning=loose -ENV AWS_CLI_VERSION=2.13.25-r0 +ENV AWS_CLI_VERSION=2.15.57-r0 RUN apk add --no-cache \ aws-cli="${AWS_CLI_VERSION}" \ jq