Merge pull request #49996 from thaJeztah/bump_compose

Dockerfile: update compose to v2.36.0
This commit is contained in:
Akihiro Suda
2025-05-15 23:46:25 +09:00
committed by GitHub

View File

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