Skip to content

Commit 830e1d6

Browse files
committed
Dockerfile: update compose to v2.40.0
Signed-off-by: Sebastiaan van Stijn <[email protected]>
1 parent 9def774 commit 830e1d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ ARG BUILDX_VERSION=0.29.1
2727
# COMPOSE_VERSION is the version of compose to install in the dev container.
2828
# It must be a tag in the docker.io/docker/compose-bin image repository
2929
# on Docker Hub.
30-
ARG COMPOSE_VERSION=v2.38.2
30+
ARG COMPOSE_VERSION=v2.40.0
3131

3232
FROM --platform=$BUILDPLATFORM tonistiigi/xx:${XX_VERSION} AS xx
3333

0 commit comments

Comments
 (0)