Skip to content

Commit

Permalink
Merge pull request #329 from jumpserver/pr@dev@feat_upgrade_compose
Browse files Browse the repository at this point in the history
feat: 更新 compose v2.19.1
  • Loading branch information
wojiushixiaobai authored Jul 12, 2023
2 parents 9dddd75 + 6293583 commit 23c89be
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions scripts/const.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,16 +40,16 @@ if [[ "$(uname -m)" == "loongarch64" ]]; then
fi
export DOCKER_MD5

export DOCKER_COMPOSE_VERSION=v2.18.1
export DOCKER_COMPOSE_VERSION=v2.19.1
export DOCKER_COMPOSE_MIRROR="https://download.jumpserver.org/docker/compose/releases/download"
export DOCKER_COMPOSE_BIN_URL="${DOCKER_COMPOSE_MIRROR}/${DOCKER_COMPOSE_VERSION}/docker-compose-linux-$(uname -m)"
if [[ "$(uname -m)" == "x86_64" ]]; then
DOCKER_COMPOSE_MD5=a9c8563a7098bb0e990a87c508d24904
DOCKER_COMPOSE_MD5=43b50098b28c13232a9191760cbae5df
fi
if [[ "$(uname -m)" == "aarch64" ]]; then
DOCKER_COMPOSE_MD5=fa6347d502f052152db5342425b17b1b
DOCKER_COMPOSE_MD5=bbe2efeaa423fab01f8d193e97903e59
fi
if [[ "$(uname -m)" == "loongarch64" ]]; then
DOCKER_COMPOSE_MD5=eead09acde58a9b2cfb59dbd871dcde9
DOCKER_COMPOSE_MD5=ce9e4ebbe578f7bbae979eabdd69d014
fi
export DOCKER_COMPOSE_MD5

0 comments on commit 23c89be

Please sign in to comment.