diff --git a/Dockerfile b/Dockerfile index 7dfe7aa..d33b78b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -30,13 +30,13 @@ 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 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