Skip to content

Commit

Permalink
feat: update kubectl and node (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
blackholegalaxy authored Oct 1, 2019
1 parent 800041d commit 3fbf4ce
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
@@ -1,9 +1,9 @@
FROM node:8-alpine
FROM node:10-alpine

LABEL maintainer="blackholegalaxy"

ENV RANCHER_CLI_VERSION=v2.2.0
ENV KUBE_CTL_VERSION=v1.14.2
ENV KUBE_CTL_VERSION=v1.16.0

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

0 comments on commit 3fbf4ce

Please sign in to comment.