Skip to content

Commit 63b3c36

Browse files
authored
Update install-docker.sh
1 parent 08042b9 commit 63b3c36

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

install/ubuntu/install-docker.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ set -e
1515
_tmp_dir="$(mktemp -d)"
1616
cd "${_tmp_dir}"
1717
wget -q -c -t 9 -T 9 \
18-
'https://github.com/icebluey/docker/releases/download/v2025-09-04/docker-only-28.4.0-1_amd64.tar.xz'
18+
'https://github.com/icebluey/docker/releases/download/v2025-10-11/docker-only-28.5.1-1_amd64.tar.xz'
1919
wget -q -c -t 9 -T 9 \
20-
'https://github.com/icebluey/docker/releases/download/v2025-09-04/containerd-2.1.4-1_amd64.tar.xz'
20+
'https://github.com/icebluey/docker/releases/download/v2025-10-11/containerd-2.1.4-1_amd64.tar.xz'
2121
rm -f /usr/bin/containerd
2222
rm -fr /usr/bin/containerd-*
2323
rm -f /usr/bin/ctr

0 commit comments

Comments
 (0)