Skip to content

Commit 50fa436

Browse files
committed
Dockerfile: update compose to v2.38.2
Signed-off-by: Sebastiaan van Stijn <[email protected]>
1 parent c69d8bd commit 50fa436

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Dockerfile

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,11 @@ 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.24.0
16-
ARG COMPOSE_VERSION=v2.36.2
16+
17+
# COMPOSE_VERSION is the version of compose to install in the dev container.
18+
# It must be a tag in the docker.io/docker/compose-bin image repository
19+
# on Docker Hub.
20+
ARG COMPOSE_VERSION=v2.38.2
1721

1822
FROM --platform=$BUILDPLATFORM tonistiigi/xx:${XX_VERSION} AS xx
1923

0 commit comments

Comments
 (0)