We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a7270e commit 4428957Copy full SHA for 4428957
Dockerfile
@@ -1,5 +1,5 @@
1
ARG AWSCLI_VERSION=2.27.2
2
-ARG KUBECTL_VERSION=1.32.3
+ARG KUBECTL_VERSION=1.33.0
3
4
FROM alpine/k8s:${KUBECTL_VERSION} AS kubectl
5
FROM amazon/aws-cli:${AWSCLI_VERSION} AS awscli
0 commit comments