Skip to content

Commit

Permalink
update argo-workflows to v3.5.8
Browse files Browse the repository at this point in the history
  • Loading branch information
kim-codefresh committed Jul 23, 2024
1 parent 686e16b commit bc7ba86
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 @@ -8,7 +8,7 @@ RUN apk update && apk upgrade && \
apk add ca-certificates && \
apk --no-cache add tzdata

ENV ARGO_VERSION=v3.5.4
ENV ARGO_VERSION=v3.5.8

RUN wget -q https://github.com/argoproj/argo-workflows/releases/download/${ARGO_VERSION}/argo-linux-${ARCH}.gz
RUN gunzip -f argo-linux-${ARCH}.gz
Expand Down

0 comments on commit bc7ba86

Please sign in to comment.