File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
packages/server/src/setup Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ export const serverSetup = async (
7373export const defaultCommand = ( isBuildServer = false ) => {
7474 const bashCommand = `
7575set -e;
76- DOCKER_VERSION=27.0.3
76+ DOCKER_VERSION=28.5.0
7777OS_TYPE=$(grep -w "ID" /etc/os-release | cut -d "=" -f 2 | tr -d '"')
7878SYS_ARCH=$(uname -m)
7979CURRENT_USER=$USER
@@ -524,7 +524,7 @@ if ! [ -x "$(command -v docker)" ]; then
524524 echo "Please install Docker manually."
525525 exit 1
526526 fi
527- curl -s https://releases.rancher.com/install-docker/$DOCKER_VERSION.sh | sh 2>&1
527+
528528 if ! [ -x "$(command -v docker)" ]; then
529529 curl -s https://get.docker.com | sh -s -- --version $DOCKER_VERSION 2>&1
530530 if ! [ -x "$(command -v docker)" ]; then
You can’t perform that action at this time.
0 commit comments