We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c69d8bd commit 50fa436Copy full SHA for 50fa436
Dockerfile
@@ -13,7 +13,11 @@ ARG GOTESTSUM_VERSION=v1.12.0
13
# It must be a tag in the docker.io/docker/buildx-bin image repository
14
# on Docker Hub.
15
ARG BUILDX_VERSION=0.24.0
16
-ARG COMPOSE_VERSION=v2.36.2
+
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
21
22
FROM --platform=$BUILDPLATFORM tonistiigi/xx:${XX_VERSION} AS xx
23
0 commit comments