Skip to content

Commit

Permalink
upgrade kustomize version (#319)
Browse files Browse the repository at this point in the history
  • Loading branch information
max-sixty authored Sep 26, 2019
1 parent cdfbee8 commit 08b7788
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ RUN apt-get update && apt-get install -y apt-transport-https \
# kustomize
# https://hub.docker.com/r/bitlayer/kustomize/dockerfile
# update to use kubectl when available more standard https://cloud.google.com/sdk/docs/release-notes
RUN curl -L https://github.com/kubernetes-sigs/kustomize/releases/download/v2.0.3/kustomize_2.0.3_linux_amd64 \
RUN curl -L https://github.com/kubernetes-sigs/kustomize/releases/download/v3.2.0/kustomize_3.2.0_linux_amd64 \
-o /usr/bin/kustomize \
&& chmod +x /usr/bin/kustomize

Expand Down

0 comments on commit 08b7788

Please sign in to comment.