build: update Alpine to 3.19

Signed-off-by: Hidde Beydals <hidde@hhh.computer>
This commit is contained in:
Hidde Beydals 2023-12-11 09:03:27 +01:00
parent e7a1af96b8
commit ccae76f3ea
No known key found for this signature in database
GPG Key ID: 979F380FC2341744
1 changed files with 1 additions and 1 deletions

View File

@ -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 \