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.
2 parents 2a120e8 + 4259bb8 commit 4b2c94bCopy full SHA for 4b2c94b
packer/linux/scripts/install-docker.sh
@@ -1,8 +1,8 @@
1
#!/usr/bin/env bash
2
set -euo pipefail
3
4
-DOCKER_COMPOSE_V2_VERSION=2.24.6
5
-DOCKER_BUILDX_VERSION=0.13.0
+DOCKER_COMPOSE_V2_VERSION=2.27.0
+DOCKER_BUILDX_VERSION=0.14.0
6
MACHINE=$(uname -m)
7
8
echo Installing docker...
0 commit comments