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:
parent
d78893921a
commit
a8fd1e3135
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue