Skip to content

Commit

Permalink
Bump kubectl & debian
Browse files Browse the repository at this point in the history
  • Loading branch information
whs committed Sep 18, 2019
1 parent 4ef1598 commit 6cefe0c
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,7 +1,7 @@
FROM python:3.7-stretch
FROM python:3.7-buster
ENV PYTHONUNBUFFERED=true

RUN wget -O /usr/local/bin/kubectl https://storage.googleapis.com/kubernetes-release/release/v1.11.1/bin/linux/amd64/kubectl && \
RUN wget -O /usr/local/bin/kubectl https://storage.googleapis.com/kubernetes-release/release/v1.15.3/bin/linux/amd64/kubectl && \
chmod +x /usr/local/bin/kubectl

COPY . /app/
Expand Down

0 comments on commit 6cefe0c

Please sign in to comment.