Skip to content
This repository has been archived by the owner on Aug 28, 2021. It is now read-only.

Commit

Permalink
Patch for CVE-2019-1002100 (#109)
Browse files Browse the repository at this point in the history
  • Loading branch information
simonrondelez authored and msiegenthaler committed Mar 29, 2019
1 parent 0a0fe48 commit 4e63112
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 @@ -3,9 +3,9 @@ LABEL maintainer "mario.siegenthaler@linkyard.ch"

RUN apk add --update --upgrade --no-cache jq bash curl

ARG KUBERNETES_VERSION=1.13.4
ENV KUBERNETES_VERSION 1.14.0
RUN curl -L -o /usr/local/bin/kubectl https://storage.googleapis.com/kubernetes-release/release/v${KUBERNETES_VERSION}/bin/linux/amd64/kubectl; \
chmod +x /usr/local/bin/kubectl
chmod +x /usr/local/bin/kubectl

ADD assets /opt/resource
RUN chmod +x /opt/resource/*
Expand Down

0 comments on commit 4e63112

Please sign in to comment.