Skip to content

Commit

Permalink
feat: upgrade to rancher CLI 2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
blackholegalaxy authored May 5, 2020
1 parent 2256904 commit 36f3ed7
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.3.2
ENV KUBE_CTL_VERSION=v1.17.4
ENV RANCHER_CLI_VERSION=v2.4.0
ENV KUBE_CTL_VERSION=v1.18.2

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

0 comments on commit 36f3ed7

Please sign in to comment.