Skip to content

Commit

Permalink
Merge pull request #858 from projectsyn/dependency/jb
Browse files Browse the repository at this point in the history
Bump `jb` to `v0.6.2` in Dockerfile
  • Loading branch information
simu authored Sep 27, 2023
2 parents bf1aab1 + 76723be commit 87cdcac
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 87cdcac

Please sign in to comment.