Skip to content

Commit

Permalink
chore: upgrade argo to 3.5.4
Browse files Browse the repository at this point in the history
Signed-off-by: Derek Wang <[email protected]>
  • Loading branch information
whynowy committed Feb 13, 2024
1 parent ffd9b98 commit a1626b6
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.4.8
ENV ARGO_VERSION=v3.5.4

This comment has been minimized.

Copy link
@ryancurrah

ryancurrah Feb 16, 2024

Contributor

Should this also be landed on the master branch? https://github.com/argoproj/argo-events/blob/master/Dockerfile#L11


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 a1626b6

Please sign in to comment.