Skip to content

Commit

Permalink
Bump docker-compose to v2.22.0
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
jkburges committed Oct 12, 2023
1 parent 961ae1f commit 1912694
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packer/linux/scripts/install-docker.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env bash
set -euo pipefail

DOCKER_COMPOSE_V2_VERSION=2.20.3
DOCKER_COMPOSE_V2_VERSION=2.22.0
DOCKER_BUILDX_VERSION=0.11.2
MACHINE=$(uname -m)

Expand Down

0 comments on commit 1912694

Please sign in to comment.