Skip to content

Commit

Permalink
Bumped version of kubesec in kubesec-playground docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
shyiko committed Aug 30, 2017
1 parent 09b1e81 commit 920fe1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kubesec-playground.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ RUN curl -sSL https://github.com/InQuicker/ktmpl/releases/download/0.7.0/ktmpl-0
RUN curl -sSL https://github.com/mikefarah/yaml/releases/download/1.11/yaml_linux_amd64 -o /usr/local/bin/yaml &&\
chmod a+x /usr/local/bin/yaml

ENV KUBESEC_VERSION=0.1.1
ENV KUBESEC_VERSION=0.2.0

RUN curl -sSL https://github.com/shyiko/kubesec/releases/download/$KUBESEC_VERSION/kubesec-$KUBESEC_VERSION-$(\
bash -c '[[ $OSTYPE == darwin* ]] && echo darwin || echo linux'\
Expand Down

0 comments on commit 920fe1d

Please sign in to comment.