Skip to content

Commit

Permalink
fix: (IAC-1420) add debian revision to gcp_cli_version arg in Dockerf…
Browse files Browse the repository at this point in the history
…ile (#536)
  • Loading branch information
jarpat authored Mar 26, 2024
1 parent efc5faf commit 226a143
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 @@ -19,7 +19,7 @@ RUN curl -sLO https://storage.googleapis.com/kubernetes-release/release/v$kubect
FROM baseline
ARG helm_version=3.14.2
ARG aws_cli_version=2.15.22
ARG gcp_cli_version=464.0.0
ARG gcp_cli_version=464.0.0-0

# Add extra packages
RUN apt-get update && apt-get install --no-install-recommends -y gzip wget git jq ssh sshpass skopeo rsync \
Expand Down

0 comments on commit 226a143

Please sign in to comment.