Skip to content

Commit 40f974f

Browse files
committed
Update Alpine to 3.21 and xx to 1.6.1
Signed-off-by: Stefan Prodan <[email protected]>
1 parent 4d34b3f commit 40f974f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
ARG BASE_VARIANT=alpine
22
ARG GO_VERSION=1.23
3-
ARG XX_VERSION=1.4.0
3+
ARG XX_VERSION=1.6.1
44

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

@@ -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.19
63+
FROM alpine:3.21
6464

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

0 commit comments

Comments
 (0)