Skip to content

Commit 5710de6

Browse files
authored
Merge pull request #6461 from thaJeztah/bump_xx
Dockerfile: update xx to v1.7.0
2 parents 93bb8a7 + 0f08b55 commit 5710de6

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Dockerfile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,10 @@ ARG ALPINE_VERSION=3.22
99
ARG BASE_DEBIAN_DISTRO=bookworm
1010

1111
ARG GO_VERSION=1.24.7
12-
ARG XX_VERSION=1.6.1
12+
13+
# XX_VERSION specifies the version of the xx utility to use.
14+
# It must be a valid tag in the docker.io/tonistiigi/xx image repository.
15+
ARG XX_VERSION=1.7.0
1316
ARG GOVERSIONINFO_VERSION=v1.4.1
1417

1518
# GOTESTSUM_VERSION sets the version of gotestsum to install in the dev container.

0 commit comments

Comments
 (0)