Skip to content

Commit

Permalink
Fixed argoproj#1287 Executor kubectl version is obsolete (argoproj#1513)
Browse files Browse the repository at this point in the history
Fixed argoproj#1287 Executor kubectl version is obsolete (argoproj#1513)
  • Loading branch information
sarabala1979 authored and Duske committed Aug 15, 2019
1 parent b29746c commit 324c546
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 324c546

Please sign in to comment.