update docker
parent
61addcb11b
commit
2e3489cb58
docker
|
@ -3,7 +3,7 @@
|
|||
base_url="https://download.docker.com/linux/debian/dists/bookworm/pool/stable"
|
||||
|
||||
deb_arch="amd64"
|
||||
version="28.0.1-1"
|
||||
version="28.0.2-1"
|
||||
|
||||
|
||||
if [ "$1" == "arm" ]; then
|
||||
|
@ -44,7 +44,7 @@ else
|
|||
|
||||
wget "${base_url}/${deb_arch}/containerd.io_1.7.25-1_${deb_arch}.deb" -O containerd.io.deb
|
||||
|
||||
wget "${base_url}/${deb_arch}/docker-buildx-plugin_0.21.1-1~debian.12~bookworm_${deb_arch}.deb" -O docker-buildx-plugin.deb
|
||||
wget "${base_url}/${deb_arch}/docker-buildx-plugin_0.22.0-1~debian.12~bookworm_${deb_arch}.deb" -O docker-buildx-plugin.deb
|
||||
|
||||
wget "${base_url}/${deb_arch}/docker-ce-cli_${version}~debian.12~bookworm_${deb_arch}.deb" -O docker-ce-cli.deb
|
||||
|
||||
|
@ -52,7 +52,7 @@ else
|
|||
|
||||
wget "${base_url}/${deb_arch}/docker-ce_${version}~debian.12~bookworm_${deb_arch}.deb" -O docker-ce.deb
|
||||
|
||||
wget "${base_url}/${deb_arch}/docker-compose-plugin_2.33.1-1~debian.12~bookworm_${deb_arch}.deb" -O docker-compose-plugin.deb
|
||||
wget "${base_url}/${deb_arch}/docker-compose-plugin_2.34.0-1~debian.12~bookworm_${deb_arch}.deb" -O docker-compose-plugin.deb
|
||||
|
||||
if [ "$deb_arch" == "amd64" ]; then
|
||||
wget "${base_url}/${deb_arch}/docker-scan-plugin_0.23.0~debian-bookworm_${deb_arch}.deb" -O docker-scan-plugin.deb
|
||||
|
|
Loading…
Reference in New Issue