Skip to content

Commit

Permalink
feat: update rancher CLI to 2.3.1
Browse files Browse the repository at this point in the history
feat: update kubectl to 1.16.2
  • Loading branch information
blackholegalaxy authored Oct 29, 2019
1 parent 3fbf4ce commit cc09925
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:10-alpine

LABEL maintainer="blackholegalaxy"

ENV RANCHER_CLI_VERSION=v2.2.0
ENV KUBE_CTL_VERSION=v1.16.0
ENV RANCHER_CLI_VERSION=v2.3.1
ENV KUBE_CTL_VERSION=v1.16.2

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

0 comments on commit cc09925

Please sign in to comment.