File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 5454 - master
5555 - latest
5656 - buildx-stable-1
57+ - v0.17.0
58+ - v0.16.0
5759 - v0.15.2
58- - v0.14.1
59- - v0.13.2
6060 worker :
6161 - docker-container
6262 - remote
Original file line number Diff line number Diff line change @@ -4,12 +4,12 @@ ARG GO_VERSION=1.22
44ARG XX_VERSION=1.5.0
55
66# for testing
7- ARG DOCKER_VERSION=27.2 .1
7+ ARG DOCKER_VERSION=27.3 .1
88ARG DOCKER_CLI_VERSION=${DOCKER_VERSION}
9- ARG GOTESTSUM_VERSION=v1.9 .0
10- ARG REGISTRY_VERSION=2.8.0
11- ARG BUILDKIT_VERSION=v0.16.0
12- ARG UNDOCK_VERSION=0.7 .0
9+ ARG GOTESTSUM_VERSION=v1.12 .0
10+ ARG REGISTRY_VERSION=2.8.3
11+ ARG BUILDKIT_VERSION=v0.17.1
12+ ARG UNDOCK_VERSION=0.8 .0
1313
1414FROM --platform=$BUILDPLATFORM tonistiigi/xx:${XX_VERSION} AS xx
1515FROM --platform=$BUILDPLATFORM golang:${GO_VERSION}-alpine AS golatest
You can’t perform that action at this time.
0 commit comments