Browse Source

Update Docker and Compose package versions for installation in domestic regions of China.

dqzboy 1 year ago
parent
commit
50361b4746
1 changed files with 1 additions and 1 deletions
  1. 1 1
      install/DockerProxy_Install.sh

+ 1 - 1
install/DockerProxy_Install.sh

@@ -1172,7 +1172,7 @@ success=false
 cpu_arch=$(uname -m)
 save_path="/opt/docker_tgz"
 mkdir -p $save_path
-docker_ver="docker-26.1.4.tgz"
+docker_ver="docker-27.1.2.tgz"
 
 case $cpu_arch in
   "arm64")