Skip to content

Commit

Permalink
Merge pull request #43 from schueco/dependabot/docker/runatlantis/atl…
Browse files Browse the repository at this point in the history
…antis-v0.25.0

fix(deps): bump runatlantis/atlantis from v0.24.4 to v0.25.0
  • Loading branch information
Jeinhaus authored Aug 15, 2023
2 parents 0e76323 + 5421f16 commit 7c91770
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,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.24.4
FROM ghcr.io/runatlantis/atlantis:v0.25.0
COPY --from=downloader /terragrunt /usr/local/bin/terragrunt
COPY --from=atlantis-config-installer /terragrunt-atlantis-config /usr/local/bin/terragrunt-atlantis-config

Expand Down

0 comments on commit 7c91770

Please sign in to comment.