Skip to content

Commit

Permalink
Bump jb to v0.6.2 in Dockerfile
Browse files Browse the repository at this point in the history
`jb >= v0.6.2` improves the error handling when downloading packages.
  • Loading branch information
bastjan committed Sep 27, 2023
1 parent bf1aab1 commit 76723be
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 @@ -47,7 +47,7 @@ RUN curl -fsSL -o get_helm.sh https://raw.githubusercontent.com/helm/helm/master

ARG KUSTOMIZE_VERSION=5.0.0

RUN ./tools/install-jb.sh v0.6.1 \
RUN ./tools/install-jb.sh v0.6.2 \
&& curl -fsSLO "https://raw.githubusercontent.com/kubernetes-sigs/kustomize/master/hack/install_kustomize.sh" \
&& chmod +x install_kustomize.sh \
&& ./install_kustomize.sh ${KUSTOMIZE_VERSION} /usr/local/bin
Expand Down

0 comments on commit 76723be

Please sign in to comment.