Skip to content

Commit

Permalink
Bump tonistiigi/xx from 1.5.0 to 1.6.1
Browse files Browse the repository at this point in the history
Bumps tonistiigi/xx from 1.5.0 to 1.6.1.

---
updated-dependencies:
- dependency-name: tonistiigi/xx
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 16, 2024
1 parent 4311953 commit 45d1046
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ ARG GO_IMAGE=rancher/hardened-build-base:v1.23.2b1
FROM ${BCI_IMAGE} AS bci

# Image that provides cross compilation tooling.
FROM --platform=$BUILDPLATFORM tonistiigi/xx:1.5.0 AS xx
FROM --platform=$BUILDPLATFORM tonistiigi/xx:1.6.1 AS xx

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

0 comments on commit 45d1046

Please sign in to comment.