We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d34b3f commit 40f974fCopy full SHA for 40f974f
Dockerfile
@@ -1,6 +1,6 @@
1
ARG BASE_VARIANT=alpine
2
ARG GO_VERSION=1.23
3
-ARG XX_VERSION=1.4.0
+ARG XX_VERSION=1.6.1
4
5
FROM --platform=$BUILDPLATFORM tonistiigi/xx:${XX_VERSION} AS xx
6
@@ -60,7 +60,7 @@ RUN export CGO_LDFLAGS="-static -fuse-ld=lld" && \
60
# Ensure that the binary was cross-compiled correctly to the target platform.
61
RUN xx-verify --static /source-controller
62
63
-FROM alpine:3.19
+FROM alpine:3.21
64
65
ARG TARGETPLATFORM
66
RUN apk --no-cache add ca-certificates \
0 commit comments