Skip to content

Commit

Permalink
Update hashicorp/terraform Docker tag to v1.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jan 24, 2024
1 parent 91ce382 commit 85e9755
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cloud/cloud.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ FROM bellsoft/liberica-openjre-debian:11.0.19-7 as arm64

FROM ${TARGETARCH}

COPY --from=hashicorp/terraform:1.5.6 /bin/terraform /usr/local/bin/
COPY --from=hashicorp/terraform:1.7.1 /bin/terraform /usr/local/bin/
COPY --from=amazon/aws-cli:2.13.12 /usr/local /usr/local
COPY --from=amazon/aws-cli:2.13.12 /aws /aws
# TODO(#3222): Add Azure CLI and make sure It works with arm64.
Expand Down

0 comments on commit 85e9755

Please sign in to comment.