From edcb56296255267a3c8fa639c3ad26a016caab80 Mon Sep 17 00:00:00 2001 From: Ilias K Date: Fri, 8 Feb 2019 23:57:53 +0200 Subject: [PATCH] Dockerfile: argoexec base image correction (fixes #1209) (#1213) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 0c983b5881d1..2aa861454c10 100644 --- a/Dockerfile +++ b/Dockerfile @@ -75,7 +75,7 @@ RUN make $MAKE_TARGET #################################################################################################### # argoexec #################################################################################################### -FROM debian:9.6-slim as argoexec +FROM argoexec-base as argoexec COPY --from=argo-build /go/src/github.com/argoproj/argo/dist/argoexec /usr/local/bin/