Skip to content

Commit

Permalink
Downgrade Docker Compose to 2.31.0 (#270)
Browse files Browse the repository at this point in the history
  • Loading branch information
felipecrs authored Dec 19, 2024
1 parent 58a1c88 commit ef0cb91
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion devcontainer/scripts/prepare_image.sh
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@ ${APT_GET} update

# renovate: datasource=github-releases depName=docker packageName=moby/moby
DOCKER_VERSION="27.4.1"
# https://github.com/docker/compose/issues/12402
DOCKER_COMPOSE_VERSION="2.31.0"

packages=(
build-essential
Expand Down Expand Up @@ -98,7 +100,7 @@ packages=(
"docker-ce-cli=5:${DOCKER_VERSION}-*"
containerd.io
docker-buildx-plugin
docker-compose-plugin
"docker-compose-plugin=${DOCKER_COMPOSE_VERSION}-*"
)

${APT_GET_INSTALL} "${packages[@]}"
Expand Down

0 comments on commit ef0cb91

Please sign in to comment.