fix: align DOCKER_VERSION with official installation script

This commit is contained in:
Joie
2025-11-29 18:44:11 +08:00
parent cc1620b5fa
commit 085ef35b46

View File

@@ -68,7 +68,7 @@ export const serverSetup = async (
export const defaultCommand = () => {
const bashCommand = `
set -e;
DOCKER_VERSION=27.0.3
DOCKER_VERSION=28.5.0
OS_TYPE=$(grep -w "ID" /etc/os-release | cut -d "=" -f 2 | tr -d '"')
SYS_ARCH=$(uname -m)
CURRENT_USER=$USER