Skip to content

Commit

Permalink
Merge pull request #3866 from onedr0p/main
Browse files Browse the repository at this point in the history
Update Alpine to 3.18
  • Loading branch information
hiddeco authored May 10, 2023
2 parents 9a8944d + fec7dfe commit 70546e5
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
@@ -1,4 +1,4 @@
FROM alpine:3.17 as builder
FROM alpine:3.18 as builder

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

Expand All @@ -9,7 +9,7 @@ RUN curl -sL https://storage.googleapis.com/kubernetes-release/release/v${KUBECT
-o /usr/local/bin/kubectl && chmod +x /usr/local/bin/kubectl && \
kubectl version --client=true

FROM alpine:3.17 as flux-cli
FROM alpine:3.18 as flux-cli

RUN apk add --no-cache ca-certificates

Expand Down

0 comments on commit 70546e5

Please sign in to comment.