Skip to content

Commit 080f7f3

Browse files
authored
Specify Docker version during installation
1 parent d325949 commit 080f7f3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apps/website/public/feature.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
@@ -221,4 +221,4 @@ if [ "$1" = "update" ]; then
221221
update_dokploy
222222
else
223223
install_dokploy
224-
fi
224+
fi

0 commit comments

Comments
 (0)