Skip to content

Commit 1912694

Browse files
committed
Bump docker-compose to v2.22.0
Version v2.21.0 includes a "fix for incorrect proxy variables during build" - docker/compose#10908. Thought I may as well go for the latest at time of writing.
1 parent 961ae1f commit 1912694

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
@@ -1,7 +1,7 @@
11
#!/usr/bin/env bash
22
set -euo pipefail
33

4-
DOCKER_COMPOSE_V2_VERSION=2.20.3
4+
DOCKER_COMPOSE_V2_VERSION=2.22.0
55
DOCKER_BUILDX_VERSION=0.11.2
66
MACHINE=$(uname -m)
77

0 commit comments

Comments
 (0)