Skip to content

Commit 2586fdd

Browse files
authored
Merge pull request #838 from fluxcd/alpine-319
build: update Alpine to 3.19
2 parents 8848fb8 + 74da69e commit 2586fdd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
ARG GO_VERSION=1.20
2-
ARG XX_VERSION=1.2.1
2+
ARG XX_VERSION=1.3.0
33

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

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

34-
FROM alpine:3.18
34+
FROM alpine:3.19
3535

3636
RUN apk add --no-cache ca-certificates \
3737
&& update-ca-certificates

0 commit comments

Comments
 (0)