Skip to content

Commit

Permalink
Dockerfile: update to Docker Engine v25.0.0
Browse files Browse the repository at this point in the history
Update DOCKER_VERSION to the current release, so that tests run
against that version.

Signed-off-by: Sebastiaan van Stijn <[email protected]>
  • Loading branch information
thaJeztah committed Jan 24, 2024
1 parent 620c57c commit afc1f0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
ARG GO_VERSION=1.21.6
ARG XX_VERSION=1.2.1

ARG DOCKER_VERSION=24.0.6
ARG DOCKER_VERSION=25.0.0
ARG GOTESTSUM_VERSION=v1.9.0
ARG REGISTRY_VERSION=2.8.0
ARG BUILDKIT_VERSION=v0.12.4
Expand Down

0 comments on commit afc1f0a

Please sign in to comment.