Skip to content

Commit 2fe0b71

Browse files
authored
Merge pull request #27 from nekketsuuu/nekketsuuu-v-1-0-4
v1.0.4 released
2 parents 3961013 + d8fcbd6 commit 2fe0b71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install_on_linux.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ARCHITECTURE=amd64
66
if [ "$(uname -m)" = "aarch64" ]; then
77
ARCHITECTURE=arm64
88
fi
9-
COMPOSE_SWITCH_VERSION="v1.0.2"
9+
COMPOSE_SWITCH_VERSION="v1.0.4"
1010
COMPOSE_SWITCH_URL="https://github.com/docker/compose-switch/releases/download/${COMPOSE_SWITCH_VERSION}/docker-compose-linux-${ARCHITECTURE}"
1111

1212
error=$(docker compose version 2>&1 >/dev/null)

0 commit comments

Comments
 (0)