Skip to content

Commit

Permalink
Fixed #1287 Executor kubectl version is obsolete (#1513)
Browse files Browse the repository at this point in the history
Fixed #1287 Executor kubectl version is obsolete (#1513)
  • Loading branch information
sarabala1979 authored Jul 31, 2019
1 parent f62105e commit 02f3826
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ RUN curl -sLo- https://github.com/alecthomas/gometalinter/releases/download/v${G
####################################################################################################
FROM debian:9.6-slim as argoexec-base
# NOTE: keep the version synced with https://storage.googleapis.com/kubernetes-release/release/stable.txt
ENV KUBECTL_VERSION=1.13.4
ENV KUBECTL_VERSION=1.15.1
RUN apt-get update && \
apt-get install -y curl jq procps git tar mime-support && \
rm -rf /var/lib/apt/lists/* && \
Expand Down

0 comments on commit 02f3826

Please sign in to comment.