Skip to content

Commit

Permalink
Merge pull request docker#2773 from crazy-max/dockerfile-bump-versions
Browse files Browse the repository at this point in the history
dockerfile: update testing tools
  • Loading branch information
tonistiigi authored Nov 13, 2024
2 parents e67ccb0 + 919c523 commit e540bb0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,9 @@ jobs:
- master
- latest
- buildx-stable-1
- v0.17.0
- v0.16.0
- v0.15.2
- v0.14.1
- v0.13.2
worker:
- docker-container
- remote
Expand Down
10 changes: 5 additions & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ ARG GO_VERSION=1.22
ARG XX_VERSION=1.5.0

# for testing
ARG DOCKER_VERSION=27.2.1
ARG DOCKER_VERSION=27.3.1
ARG DOCKER_CLI_VERSION=${DOCKER_VERSION}
ARG GOTESTSUM_VERSION=v1.9.0
ARG REGISTRY_VERSION=2.8.0
ARG BUILDKIT_VERSION=v0.16.0
ARG UNDOCK_VERSION=0.7.0
ARG GOTESTSUM_VERSION=v1.12.0
ARG REGISTRY_VERSION=2.8.3
ARG BUILDKIT_VERSION=v0.17.1
ARG UNDOCK_VERSION=0.8.0

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

0 comments on commit e540bb0

Please sign in to comment.