Skip to content

Commit

Permalink
Bump OpenTofu to v1.8.3 skyscrapers/platform#1280 (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
simonrondelez authored Oct 14, 2024
1 parent efd6642 commit 8023107
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions atlantis/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ ARG TARGETARCH

USER root

COPY --from=ghcr.io/skyscrapers/terragrunt:opentofu_v1.6.2 /usr/local/bin/sops /usr/local/bin/sops
COPY --from=ghcr.io/skyscrapers/terragrunt:opentofu_v1.6.2 /usr/local/bin/tofu /usr/local/bin/tofu
COPY --from=ghcr.io/skyscrapers/terragrunt:opentofu_v1.6.2 /usr/local/bin/terragrunt /usr/local/bin/terragrunt
COPY --from=ghcr.io/skyscrapers/terragrunt:opentofu_v1.8.3 /usr/local/bin/sops /usr/local/bin/sops
COPY --from=ghcr.io/skyscrapers/terragrunt:opentofu_v1.8.3 /usr/local/bin/tofu /usr/local/bin/tofu
COPY --from=ghcr.io/skyscrapers/terragrunt:opentofu_v1.8.3 /usr/local/bin/terragrunt /usr/local/bin/terragrunt

# Note: when atlantis moves to Alpine 3.20 update yq to yq-go: https://wiki.alpinelinux.org/wiki/Release_Notes_for_Alpine_3.20.0#yq
RUN apk update && \
Expand Down

0 comments on commit 8023107

Please sign in to comment.