From d325949db9c44b6d81a69691fa2d9f5f05513a20 Mon Sep 17 00:00:00 2001 From: Mauricio Siu <47042324+Siumauricio@users.noreply.github.com> Date: Sat, 22 Nov 2025 10:46:51 -0500 Subject: [PATCH] Update install.sh --- apps/website/public/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/website/public/install.sh b/apps/website/public/install.sh index f91639e..a97eb07 100644 --- a/apps/website/public/install.sh +++ b/apps/website/public/install.sh @@ -52,7 +52,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 # Check if running in Proxmox LXC container and set endpoint mode