Skip to content

Commit

Permalink
Merge pull request #838 from fluxcd/alpine-319
Browse files Browse the repository at this point in the history
build: update Alpine to 3.19
  • Loading branch information
hiddeco committed Dec 11, 2023
2 parents 8848fb8 + 74da69e commit 2586fdd
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,5 +1,5 @@
ARG GO_VERSION=1.20
ARG XX_VERSION=1.2.1
ARG XX_VERSION=1.3.0

FROM --platform=$BUILDPLATFORM tonistiigi/xx:${XX_VERSION} AS xx

Expand Down Expand Up @@ -31,7 +31,7 @@ COPY internal/ internal/
ENV CGO_ENABLED=0
RUN xx-go build -trimpath -a -o helm-controller main.go

FROM alpine:3.18
FROM alpine:3.19

RUN apk add --no-cache ca-certificates \
&& update-ca-certificates
Expand Down

0 comments on commit 2586fdd

Please sign in to comment.