Skip to content

Commit 50900c0

Browse files
committed
Dockerfile: update compose to v2.33.1
Looks like later versions are currently missing on Docker Hub Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
1 parent 2dcc881 commit 50900c0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ARG GOTESTSUM_VERSION=v1.12.0
1313
# It must be a tag in the docker.io/docker/buildx-bin image repository
1414
# on Docker Hub.
1515
ARG BUILDX_VERSION=0.23.0
16-
ARG COMPOSE_VERSION=v2.32.4
16+
ARG COMPOSE_VERSION=v2.33.1
1717

1818
FROM --platform=$BUILDPLATFORM tonistiigi/xx:${XX_VERSION} AS xx
1919

0 commit comments

Comments
 (0)