diff --git a/apps/website/public/feature.sh b/apps/website/public/feature.sh index cc5f361..6daada9 100644 --- a/apps/website/public/feature.sh +++ b/apps/website/public/feature.sh @@ -36,7 +36,7 @@ install_dokploy() { if command_exists docker; then echo "Docker already installed" else - curl -sSL https://get.docker.com | sh + curl -sSL https://get.docker.com | sh -s -- --version 28.5.0 fi docker swarm leave --force 2>/dev/null @@ -221,4 +221,4 @@ if [ "$1" = "update" ]; then update_dokploy else install_dokploy -fi \ No newline at end of file +fi