Skip to content

Commit 593c02f

Browse files
committed
Bump buildx from 0.5.1 to 0.7.1
https://github.com/docker/buildx/releases
1 parent be20b16 commit 593c02f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packer/linux/scripts/install-docker.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ set -eu -o pipefail
44
DOCKER_VERSION=20.10.9
55
DOCKER_RELEASE="stable"
66
DOCKER_COMPOSE_VERSION=1.29.2
7-
DOCKER_BUILDX_VERSION="0.5.1"
7+
DOCKER_BUILDX_VERSION="0.7.1"
88
MACHINE=$(uname -m)
99

1010
# This performs a manual install of Docker.

0 commit comments

Comments
 (0)