Dockerfile: update compose to v5.0.0

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
Sebastiaan van Stijn
2025-12-03 17:40:16 +01:00
parent da1e638566
commit e874083bdb

View File

@@ -24,7 +24,7 @@ ARG DOCKERCLI_INTEGRATION_VERSION=v25.0.5
ARG BUILDX_VERSION=0.30.1
# COMPOSE_VERSION is the version of compose to install in the dev container.
ARG COMPOSE_VERSION=v2.40.0
ARG COMPOSE_VERSION=v5.0.0
ARG SYSTEMD="false"
ARG FIREWALLD="false"