We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3398a72 commit a76866fCopy full SHA for a76866f
Dockerfile
@@ -26,7 +26,7 @@ npm clean-install
26
EOF
27
28
# kubectl
29
-COPY --from=docker.io/bitnami/kubectl:1.31.2@sha256:45e7c7a9d120f93e9b66b689c63896ff87bb5b4d73b1203a0636d09e1219c879 /opt/bitnami/kubectl/bin/kubectl /usr/local/bin/kubectl
+COPY --from=docker.io/bitnami/kubectl:1.31.2@sha256:0eab9ec8f5e0f75271277467ebb7513b36dea0122bc68615d18c47fece4fd82c /opt/bitnami/kubectl/bin/kubectl /usr/local/bin/kubectl
30
RUN kubectl version --client
31
32
# Helm
0 commit comments