Skip to content

Commit

Permalink
update kube and kustomize versions
Browse files Browse the repository at this point in the history
  • Loading branch information
george-angel committed Nov 8, 2018
1 parent 8c1e504 commit 21adfb3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ FROM alpine:3.8
COPY templates/* /templates/
COPY static/ /static/
RUN apk --no-cache add git && \
wget -O /usr/local/bin/kubectl https://storage.googleapis.com/kubernetes-release/release/v1.11.0/bin/linux/amd64/kubectl && \
wget -O /usr/local/bin/kustomize https://github.com/kubernetes-sigs/kustomize/releases/download/v1.0.8/kustomize_1.0.8_linux_amd64 && \
wget -O /usr/local/bin/kubectl https://storage.googleapis.com/kubernetes-release/release/v1.11.4/bin/linux/amd64/kubectl && \
wget -O /usr/local/bin/kustomize https://github.com/kubernetes-sigs/kustomize/releases/download/v1.0.10/kustomize_1.0.10_linux_amd64 && \
chmod +x /usr/local/bin/kubectl && \
chmod +x /usr/local/bin/kustomize
COPY --from=build /kube-applier /kube-applier
Expand Down

0 comments on commit 21adfb3

Please sign in to comment.