Skip to content

Commit

Permalink
chore(deps): update awscli to 2.13.25-r0 (#85)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeinhaus authored Jan 4, 2024
2 parents bc79a5e + 8ed5b65 commit e517686
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,16 @@ 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.26.0
FROM ghcr.io/runatlantis/atlantis:v0.27.0
COPY --from=downloader /terragrunt /usr/local/bin/terragrunt
COPY --from=atlantis-config-installer /terragrunt-atlantis-config /usr/local/bin/terragrunt-atlantis-config

# renovate: datasource=repology depName=alpine_3_18/awscli versioning=loose
ENV AWS_CLI_VERSION=2.13.5-r0
USER root
# renovate: datasource=repology depName=alpine_3_19/awscli versioning=loose
ENV AWS_CLI_VERSION=2.13.25-r0
RUN apk add --no-cache aws-cli="${AWS_CLI_VERSION}"

ENV ATLANTIS_REPO_CONFIG /etc/atlantis/repos.yaml
ENV TF_INPUT false
RUN chown atlantis:atlantis /usr/local/bin/terragrunt
USER atlantis

0 comments on commit e517686

Please sign in to comment.