Skip to content

Commit eb2ce68

Browse files
thaJeztahk8s-infra-cherrypick-robot
authored andcommitted
update xx to v1.6.1 for compatibility with alpine 3.21 and file 5.46+
This fixes compatibility with alpine 3.21 and file 5.46+ - Fix additional possible `xx-cc`/`xx-cargo` compatibility issue with Alpine 3.21 - Support for Alpine 3.21 - Fix `xx-verify` with `file` 5.46+ - Fix possible error taking lock in `xx-apk` in latest Alpine without `coreutils` full diff: tonistiigi/xx@v1.2.1...v1.6.1 Signed-off-by: Sebastiaan van Stijn <[email protected]>
1 parent c11f124 commit eb2ce68

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ ARG BASE_IMAGE=ubuntu:${UBUNTU_VERSION}
1818
ARG GO_VERSION
1919
ARG GO_IMAGE=golang:${GO_VERSION}
2020
FROM --platform=$BUILDPLATFORM $GO_IMAGE AS go
21-
FROM --platform=$BUILDPLATFORM tonistiigi/xx:1.2.1@sha256:8879a398dedf0aadaacfbd332b29ff2f84bc39ae6d4e9c0a1109db27ac5ba012 AS xx
21+
FROM --platform=$BUILDPLATFORM tonistiigi/xx:1.6.1@sha256:923441d7c25f1e2eb5789f82d987693c47b8ed987c4ab3b075d6ed2b5d6779a3 AS xx
2222

2323
FROM --platform=$BUILDPLATFORM ${BASE_IMAGE} AS base
2424
COPY --from=xx / /

0 commit comments

Comments
 (0)