Update Docker version in server setup script

This commit is contained in:
Amir Moradi
2025-12-20 07:46:31 +01:00
committed by GitHub
parent 93fa19213e
commit 67d5e1a350

View File

@@ -73,7 +73,7 @@ export const serverSetup = async (
export const defaultCommand = (isBuildServer = false) => {
const bashCommand = `
set -e;
DOCKER_VERSION=29.1.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