Skip to content

Commit

Permalink
Merge pull request #29 from devops-ia/feat/upgrade-ecr-token-awscli2.…
Browse files Browse the repository at this point in the history
…17.51-kubectl1.31.1

[ecr-token] new release: awscli2.17.51-kubectl1.31.1
  • Loading branch information
ialejandro authored Sep 15, 2024
2 parents 8d226f6 + 71c6e4e commit cc88999
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
@@ -1,5 +1,5 @@
ARG AWSCLI_VERSION=2.17.51
ARG KUBECTL_VERSION=1.31.0
ARG KUBECTL_VERSION=1.31.1

FROM alpine/k8s:${KUBECTL_VERSION} AS kubectl
FROM amazon/aws-cli:${AWSCLI_VERSION} AS awscli
Expand Down

0 comments on commit cc88999

Please sign in to comment.