Skip to content

Commit

Permalink
fix(deps): bump runatlantis/atlantis from v0.30.0 to v0.31.0
Browse files Browse the repository at this point in the history
Bumps [runatlantis/atlantis](https://github.com/runatlantis/atlantis) from v0.30.0 to v0.31.0.
- [Release notes](https://github.com/runatlantis/atlantis/releases)
- [Changelog](https://github.com/runatlantis/atlantis/blob/main/CHANGELOG.md)
- [Commits](runatlantis/atlantis@v0.30.0...v0.31.0)

---
updated-dependencies:
- dependency-name: runatlantis/atlantis
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 25, 2024
1 parent 3459389 commit 1c3889f
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 @@ -30,7 +30,7 @@ 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.30.0
FROM ghcr.io/runatlantis/atlantis:v0.31.0
COPY --from=terragrunt-setup /terragrunt /usr/local/bin/terragrunt
COPY --from=terragrunt-setup /terragrunt-atlantis-config /usr/local/bin/terragrunt-atlantis-config

Expand Down

0 comments on commit 1c3889f

Please sign in to comment.