Dockerfile: update compose to v2.35.1

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
Sebastiaan van Stijn
2025-04-18 12:45:15 +02:00
parent a75be33ba0
commit 2808e59f4c

View File

@@ -17,7 +17,9 @@ ARG DOCKERCLI_INTEGRATION_VERSION=v18.06.3-ce
# BUILDX_VERSION is the version of buildx to install in the dev container.
ARG BUILDX_VERSION=0.23.0
ARG COMPOSE_VERSION=v2.33.1
# COMPOSE_VERSION is the version of compose to install in the dev container.
ARG COMPOSE_VERSION=v2.35.1
ARG SYSTEMD="false"
ARG FIREWALLD="false"