Skip to content

Commit

Permalink
feat: update rancher CLI and kube_ctl version
Browse files Browse the repository at this point in the history
  • Loading branch information
blackholegalaxy authored Aug 10, 2018
1 parent 9dbdde4 commit 557bd3d
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 @@ -2,8 +2,8 @@ FROM node:8-alpine

LABEL maintainer="blackholegalaxy"

ENV RANCHER_CLI_VERSION=v2.0.4-rc2
ENV KUBE_CTL_VERSION=v1.11.1
ENV RANCHER_CLI_VERSION=v2.0.4
ENV KUBE_CTL_VERSION=v1.11.2

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

0 comments on commit 557bd3d

Please sign in to comment.