Skip to content

Commit

Permalink
Dockerfile: argoexec base image correction (fixes #1209) (#1213)
Browse files Browse the repository at this point in the history
  • Loading branch information
elikatsis authored and jessesuen committed Feb 8, 2019
1 parent f92284d commit edcb562
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 @@ -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/


Expand Down

0 comments on commit edcb562

Please sign in to comment.