Skip to content

Commit

Permalink
Dockerfile: update to docker 27.1.0
Browse files Browse the repository at this point in the history
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
  • Loading branch information
thaJeztah committed Jul 22, 2024
1 parent 56cb197 commit 730d80f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ ARG GO_VERSION=1.22
ARG XX_VERSION=1.4.0

# for testing
ARG DOCKER_VERSION=27.0.3
# TODO(thaJeztah): cli-bin is not yet tagged on prod, so there's no cli-bin image; use the untagged commit version.
ARG DOCKER_CLI_VERSION=sha-6312585
ARG DOCKER_VERSION=sha-a21b1a2
ARG GOTESTSUM_VERSION=v1.9.0
ARG REGISTRY_VERSION=2.8.0
ARG BUILDKIT_VERSION=v0.14.1
Expand All @@ -13,7 +15,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 730d80f

Please sign in to comment.