Skip to content

Commit

Permalink
Update alpine to 3.20 for flux-cli
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
  • Loading branch information
stefanprodan committed Aug 15, 2024
1 parent 18e0087 commit c39af08
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
FROM alpine:3.19 as builder
FROM alpine:3.20 as builder

RUN apk add --no-cache ca-certificates curl

ARG ARCH=linux/amd64
ARG KUBECTL_VER=1.30.0
ARG KUBECTL_VER=1.31.0

RUN curl -sL https://storage.googleapis.com/kubernetes-release/release/v${KUBECTL_VER}/bin/${ARCH}/kubectl \
-o /usr/local/bin/kubectl && chmod +x /usr/local/bin/kubectl && \
kubectl version --client=true

FROM alpine:3.19 as flux-cli
FROM alpine:3.20 as flux-cli

RUN apk add --no-cache ca-certificates

Expand Down

0 comments on commit c39af08

Please sign in to comment.