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.
2 parents 021193e + 90f5bdf commit c6a4045Copy full SHA for c6a4045
Dockerfile
@@ -1,6 +1,6 @@
1
ARG BASE_VARIANT=alpine
2
ARG GO_VERSION=1.20
3
-ARG XX_VERSION=1.2.1
+ARG XX_VERSION=1.3.0
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 /image-automation-controller
62
63
-FROM alpine:3.18
+FROM alpine:3.19
64
65
ARG TARGETPLATFORM
66
RUN apk --no-cache add ca-certificates \
0 commit comments