Merge pull request #1316 from fluxcd/backport-1315-to-release/v1.2.x
[release/v1.2.x] build: update Alpine to 3.19
This commit is contained in:
commit
3c2a1e0681
|
|
@ -60,7 +60,7 @@ RUN export CGO_LDFLAGS="-static -fuse-ld=lld" && \
|
|||
# Ensure that the binary was cross-compiled correctly to the target platform.
|
||||
RUN xx-verify --static /source-controller
|
||||
|
||||
FROM alpine:3.18
|
||||
FROM alpine:3.19
|
||||
|
||||
ARG TARGETPLATFORM
|
||||
RUN apk --no-cache add ca-certificates \
|
||||
|
|
|
|||
Loading…
Reference in New Issue