Skip to content

Commit

Permalink
Merge pull request #2621 from thaJeztah/test_docker_27.1
Browse files Browse the repository at this point in the history
Dockerfile: update to docker 27.1.1
  • Loading branch information
crazy-max authored Aug 5, 2024
2 parents 39bbb9e + 771f013 commit e2f6808
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ ARG GO_VERSION=1.22
ARG XX_VERSION=1.4.0

# for testing
ARG DOCKER_VERSION=27.0.3
ARG DOCKER_VERSION=27.1.1
ARG DOCKER_CLI_VERSION=${DOCKER_VERSION}
ARG GOTESTSUM_VERSION=v1.9.0
ARG REGISTRY_VERSION=2.8.0
ARG BUILDKIT_VERSION=v0.14.1
Expand All @@ -13,7 +14,7 @@ ARG UNDOCK_VERSION=0.7.0
FROM --platform=$BUILDPLATFORM tonistiigi/xx:${XX_VERSION} AS xx
FROM --platform=$BUILDPLATFORM golang:${GO_VERSION}-alpine AS golatest
FROM moby/moby-bin:$DOCKER_VERSION AS docker-engine
FROM dockereng/cli-bin:$DOCKER_VERSION AS docker-cli
FROM dockereng/cli-bin:$DOCKER_CLI_VERSION AS docker-cli
FROM registry:$REGISTRY_VERSION AS registry
FROM moby/buildkit:$BUILDKIT_VERSION AS buildkit
FROM crazymax/undock:$UNDOCK_VERSION AS undock
Expand Down

0 comments on commit e2f6808

Please sign in to comment.