Merge pull request #3125 from thaJeztah/dockerfile_update_engine

Dockerfile: update to docker v28.1.0
This commit is contained in:
Tõnis Tiigi 2025-04-18 15:51:03 -07:00 committed by GitHub
commit a4f0a21468
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5,7 +5,7 @@ ARG ALPINE_VERSION=3.21
ARG XX_VERSION=1.6.1
# for testing
ARG DOCKER_VERSION=28.0.0
ARG DOCKER_VERSION=28.1.0
ARG DOCKER_VERSION_ALT_27=27.5.1
ARG DOCKER_VERSION_ALT_26=26.1.3
ARG DOCKER_CLI_VERSION=${DOCKER_VERSION}