Skip to content

Commit e540bb0

Browse files
authored
Merge pull request #2773 from crazy-max/dockerfile-bump-versions
dockerfile: update testing tools
2 parents e67ccb0 + 919c523 commit e540bb0

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,9 @@ jobs:
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

Dockerfile

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ ARG GO_VERSION=1.22
44
ARG XX_VERSION=1.5.0
55

66
# for testing
7-
ARG DOCKER_VERSION=27.2.1
7+
ARG DOCKER_VERSION=27.3.1
88
ARG 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

1414
FROM --platform=$BUILDPLATFORM tonistiigi/xx:${XX_VERSION} AS xx
1515
FROM --platform=$BUILDPLATFORM golang:${GO_VERSION}-alpine AS golatest

0 commit comments

Comments
 (0)