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 cc388e9 + d810a76 commit 6489d95Copy full SHA for 6489d95
Dockerfile
@@ -3,7 +3,7 @@ ARG GO_IMAGE=rancher/hardened-build-base:v1.24.9b1
3
FROM ${BCI_IMAGE} AS bci
4
5
# Image that provides cross compilation tooling.
6
-FROM --platform=$BUILDPLATFORM tonistiigi/xx:1.7.0 AS xx
+FROM --platform=$BUILDPLATFORM tonistiigi/xx:1.8.0 AS xx
7
8
FROM --platform=$BUILDPLATFORM ${GO_IMAGE} AS base-builder
9
# copy xx scripts to your build stage
0 commit comments