We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3961013 + d8fcbd6 commit 2fe0b71Copy full SHA for 2fe0b71
install_on_linux.sh
@@ -6,7 +6,7 @@ ARCHITECTURE=amd64
6
if [ "$(uname -m)" = "aarch64" ]; then
7
ARCHITECTURE=arm64
8
fi
9
-COMPOSE_SWITCH_VERSION="v1.0.2"
+COMPOSE_SWITCH_VERSION="v1.0.4"
10
COMPOSE_SWITCH_URL="https://github.com/docker/compose-switch/releases/download/${COMPOSE_SWITCH_VERSION}/docker-compose-linux-${ARCHITECTURE}"
11
12
error=$(docker compose version 2>&1 >/dev/null)
0 commit comments