Skip to content

Commit

Permalink
Chore: bump argo-wf 3.5.4 and base alpine to 3.19.1
Browse files Browse the repository at this point in the history
Signed-off-by: Shyukri Shyukriev <[email protected]>
  • Loading branch information
shyukri committed Jan 28, 2024
1 parent a171d22 commit 1815e35
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 @@ -2,13 +2,13 @@ ARG ARCH=$TARGETARCH
####################################################################################################
# base
####################################################################################################
FROM alpine:3.16.2 as base
FROM alpine:3.19.1 as base
ARG ARCH
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

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 1815e35

Please sign in to comment.