Dockerfile: update compose to v2.40.0

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
Sebastiaan van Stijn
2025-10-06 11:21:46 +02:00
parent 94ab6a9c5e
commit a9a1ac3c45

View File

@@ -24,7 +24,7 @@ ARG DOCKERCLI_INTEGRATION_VERSION=v18.06.3-ce
ARG BUILDX_VERSION=0.29.1 ARG BUILDX_VERSION=0.29.1
# COMPOSE_VERSION is the version of compose to install in the dev container. # COMPOSE_VERSION is the version of compose to install in the dev container.
ARG COMPOSE_VERSION=v2.38.2 ARG COMPOSE_VERSION=v2.40.0
ARG SYSTEMD="false" ARG SYSTEMD="false"
ARG FIREWALLD="false" ARG FIREWALLD="false"