Skip to content

Commit

Permalink
argo-workflows to use codefresh fork
Browse files Browse the repository at this point in the history
  • Loading branch information
kim-codefresh committed Dec 24, 2024
1 parent 2e059a3 commit 52fe697
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
Expand Up @@ -8,9 +8,9 @@ RUN apk update && apk upgrade && \
apk add ca-certificates && \
apk --no-cache add tzdata

ENV ARGO_VERSION=v3.6.2
ENV ARGO_VERSION=v3.6.2-cap-CR-26293

RUN wget -q https://github.com/argoproj/argo-workflows/releases/download/${ARGO_VERSION}/argo-linux-${ARCH}.gz
RUN wget -q https://github.com/codefresh-io/argo-workflows/releases/download/${ARGO_VERSION}/argo-linux-${ARCH}.gz
RUN gunzip -f argo-linux-${ARCH}.gz
RUN chmod +x argo-linux-${ARCH}
RUN mv ./argo-linux-${ARCH} /usr/local/bin/argo
Expand Down

0 comments on commit 52fe697

Please sign in to comment.