Skip to content

Commit

Permalink
feat: upgrade rancher CLI and kubectl
Browse files Browse the repository at this point in the history
  • Loading branch information
blackholegalaxy authored Jun 20, 2020
1 parent 36f3ed7 commit 6786461
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:12-alpine

LABEL maintainer="blackholegalaxy"

ENV RANCHER_CLI_VERSION=v2.4.0
ENV KUBE_CTL_VERSION=v1.18.2
ENV RANCHER_CLI_VERSION=v2.4.5
ENV KUBE_CTL_VERSION=v1.18.4

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

0 comments on commit 6786461

Please sign in to comment.