Skip to content

Commit 3c2a1e0

Browse files
authored
Merge pull request #1316 from fluxcd/backport-1315-to-release/v1.2.x
[release/v1.2.x] build: update Alpine to 3.19
2 parents 1a57027 + 5829f7d commit 3c2a1e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ RUN export CGO_LDFLAGS="-static -fuse-ld=lld" && \
6060
# Ensure that the binary was cross-compiled correctly to the target platform.
6161
RUN xx-verify --static /source-controller
6262

63-
FROM alpine:3.18
63+
FROM alpine:3.19
6464

6565
ARG TARGETPLATFORM
6666
RUN apk --no-cache add ca-certificates \

0 commit comments

Comments
 (0)