Skip to content

Commit 00488f3

Browse files
authored
Specify Docker version during installation
1 parent 0c70d57 commit 00488f3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apps/website/public/canary.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ install_dokploy() {
3636
if command_exists docker; then
3737
echo "Docker already installed"
3838
else
39-
curl -sSL https://get.docker.com | sh
39+
curl -sSL https://get.docker.com | sh -s -- --version 28.5.0
4040
fi
4141

4242
docker swarm leave --force 2>/dev/null
@@ -219,4 +219,4 @@ if [ "$1" = "update" ]; then
219219
update_dokploy
220220
else
221221
install_dokploy
222-
fi
222+
fi

0 commit comments

Comments
 (0)