Skip to content

Commit 6489d95

Browse files
authored
Merge pull request #95 from rancher/dependabot/docker/tonistiigi/xx-1.8.0
Bump tonistiigi/xx from 1.7.0 to 1.8.0
2 parents cc388e9 + d810a76 commit 6489d95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ ARG GO_IMAGE=rancher/hardened-build-base:v1.24.9b1
33
FROM ${BCI_IMAGE} AS bci
44

55
# Image that provides cross compilation tooling.
6-
FROM --platform=$BUILDPLATFORM tonistiigi/xx:1.7.0 AS xx
6+
FROM --platform=$BUILDPLATFORM tonistiigi/xx:1.8.0 AS xx
77

88
FROM --platform=$BUILDPLATFORM ${GO_IMAGE} AS base-builder
99
# copy xx scripts to your build stage

0 commit comments

Comments
 (0)