We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 73cfe55 + f6f373e commit 7829b6eCopy full SHA for 7829b6e
Dockerfile
@@ -53,7 +53,7 @@ RUN curl -fsSL -o get_helm.sh https://raw.githubusercontent.com/helm/helm/master
53
&& mv /usr/local/bin/helm /usr/local/bin/helm2
54
55
ARG KUSTOMIZE_VERSION=5.6.0
56
-ARG JSONNET_BUNDLER_VERSION=v0.6.2
+ARG JSONNET_BUNDLER_VERSION=v0.6.3
57
58
RUN ./tools/install-jb.sh ${JSONNET_BUNDLER_VERSION} \
59
&& curl -fsSLO "https://raw.githubusercontent.com/kubernetes-sigs/kustomize/master/hack/install_kustomize.sh" \
0 commit comments