From 81bc62e33de25b33fc3a707acc8c5f9419bdf6d4 Mon Sep 17 00:00:00 2001 From: Kroese Date: Wed, 12 Apr 2023 01:40:27 +0200 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c5bc7cd..f759f2d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -29,6 +29,6 @@ ENV CPU_CORES 1 ENV DISK_SIZE 16G ENV RAM_SIZE 512M -ENV BOOT https://ftp.halifax.rwth-aachen.de/osdn/clonezilla/78259/clonezilla-live-3.0.3-22-amd64.iso +ENV BOOT http://archive.ubuntu.com/ubuntu/dists/focal/main/installer-amd64/current/legacy-images/netboot/mini.iso ENTRYPOINT ["/run/run.sh"]