Dockerfile: update compose to v2.20.1

Update the COMPOSE_VERSION :)

- release notes: https://github.com/docker/compose/releases/tag/v2.20.1
- full diff: https://github.com/docker/compose/compare/v2.20.0...v2.20.1

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
Sebastiaan van Stijn 2023-07-19 13:01:52 +02:00
parent d78893921a
commit a8fd1e3135
No known key found for this signature in database
GPG key ID: 76698F39D527CE8C

View file

@ -13,7 +13,7 @@ ARG DOCKERCLI_VERSION=v24.0.2
ARG DOCKERCLI_INTEGRATION_REPOSITORY="https://github.com/docker/cli.git"
ARG DOCKERCLI_INTEGRATION_VERSION=v17.06.2-ce
ARG BUILDX_VERSION=0.11.2
ARG COMPOSE_VERSION=v2.20.0
ARG COMPOSE_VERSION=v2.20.1
ARG SYSTEMD="false"
ARG DEBIAN_FRONTEND=noninteractive