Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): bump runatlantis/atlantis from v0.28.1 to v0.28.3 #98

Merged
merged 2 commits into from
Jun 19, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down