Skip to content
This repository has been archived by the owner on Oct 24, 2023. It is now read-only.

Commit

Permalink
Merge pull request #79 from damienleger/patch-1
Browse files Browse the repository at this point in the history
Freshen Dockerfile
  • Loading branch information
bboreham committed Apr 16, 2019
2 parents 47112a0 + 90e8a95 commit 1f04d09
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
FROM alpine:3.5
FROM alpine:3.9
WORKDIR /

RUN apk update && \
apk add py2-pip curl make && \
curl -o /bin/kubectl https://storage.googleapis.com/kubernetes-release/release/v1.5.5/bin/linux/amd64/kubectl && \
apk add py2-pip curl && \
curl -o /bin/kubectl https://storage.googleapis.com/kubernetes-release/release/v1.11.9/bin/linux/amd64/kubectl && \
chmod u+x /bin/kubectl

COPY . /tmp/kubediff/
Expand Down

0 comments on commit 1f04d09

Please sign in to comment.