Skip to content

Commit 6b5acd3

Browse files
committed
Dockerfile: update compose to v5.1.0
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
1 parent 9e10dc3 commit 6b5acd3

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
@@ -30,7 +30,7 @@ ARG BUILDX_VERSION=0.29.1
3030
# COMPOSE_VERSION is the version of compose to install in the dev container.
3131
# It must be a tag in the docker.io/docker/compose-bin image repository
3232
# on Docker Hub.
33-
ARG COMPOSE_VERSION=v2.40.0
33+
ARG COMPOSE_VERSION=v5.1.0
3434

3535
FROM --platform=$BUILDPLATFORM tonistiigi/xx:${XX_VERSION} AS xx
3636

0 commit comments

Comments
 (0)