Skip to content

Commit 2103840

Browse files
authored
Merge pull request #1284 from buildkite/triarius/docker-compose-2-24-4
Bump buildx to v0.12.1 and docker-compose to v2.24.4
2 parents b60dd72 + 3ac0b47 commit 2103840

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packer/linux/scripts/install-docker.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
#!/usr/bin/env bash
22
set -euo pipefail
33

4-
DOCKER_COMPOSE_V2_VERSION=2.23.3
5-
DOCKER_BUILDX_VERSION=0.12.0
4+
DOCKER_COMPOSE_V2_VERSION=2.24.4
5+
DOCKER_BUILDX_VERSION=0.12.1
66
MACHINE=$(uname -m)
77

88
echo Installing docker...

0 commit comments

Comments
 (0)