Skip to content

Commit

Permalink
Update amazon/aws-cli Docker tag to v2.13.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 26, 2023
1 parent 4f15c84 commit 4dbe786
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cloud/cloud.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ FROM bellsoft/liberica-openjre-debian:11.0.19-7 as arm64
FROM ${TARGETARCH}

COPY --from=hashicorp/terraform:1.4.6 /bin/terraform /usr/local/bin/
COPY --from=amazon/aws-cli:2.11.20 /usr/local /usr/local
COPY --from=amazon/aws-cli:2.11.20 /aws /aws
COPY --from=amazon/aws-cli:2.13.4 /usr/local /usr/local
COPY --from=amazon/aws-cli:2.13.4 /aws /aws
# TODO(#3222): Add Azure CLI and make sure It works with arm64.

RUN /bin/sh -c set -o pipefail && apt-get update && \
Expand Down

0 comments on commit 4dbe786

Please sign in to comment.