Skip to content

Commit

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

fix(deps): bump runatlantis/atlantis from v0.25.0 to v0.26.0
  • Loading branch information
Jeinhaus authored Oct 10, 2023
2 parents e8ce584 + 427bfb9 commit 267714b
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.25.0
FROM ghcr.io/runatlantis/atlantis:v0.26.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 267714b

Please sign in to comment.