Skip to content

Commit

Permalink
feat: use kubectl v1.14.1
Browse files Browse the repository at this point in the history
  • Loading branch information
blackholegalaxy authored Apr 20, 2019
1 parent c8220c6 commit 359b394
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 @@ -3,7 +3,7 @@ FROM node:8-alpine
LABEL maintainer="blackholegalaxy"

ENV RANCHER_CLI_VERSION=v2.2.0
ENV KUBE_CTL_VERSION=v1.13.4
ENV KUBE_CTL_VERSION=v1.14.1

RUN apk add --no-cache --update --virtual .build-deps \
curl ca-certificates \
Expand Down

0 comments on commit 359b394

Please sign in to comment.