aboutsummaryrefslogtreecommitdiffstats
path: root/fdio.infra.pxe/docker-nginx/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'fdio.infra.pxe/docker-nginx/Dockerfile')
-rw-r--r--fdio.infra.pxe/docker-nginx/Dockerfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/fdio.infra.pxe/docker-nginx/Dockerfile b/fdio.infra.pxe/docker-nginx/Dockerfile
index 22e7632bd0..64872e7a10 100644
--- a/fdio.infra.pxe/docker-nginx/Dockerfile
+++ b/fdio.infra.pxe/docker-nginx/Dockerfile
@@ -6,8 +6,8 @@ LABEL Version="2.0"
RUN apt update \
&& apt install -y wget
-ENV ISO_JAMMY_AMD64 https://releases.ubuntu.com/22.04/ubuntu-22.04.1-live-server-amd64.iso
-ENV ISO_JAMMY_ARM64 https://cdimage.ubuntu.com/releases/22.04/release/ubuntu-22.04.1-live-server-arm64.iso
+ENV ISO_JAMMY_AMD64 https://old-releases.ubuntu.com/releases/22.04.1/ubuntu-22.04.1-live-server-arm64.iso
+ENV ISO_JAMMY_ARM64 https://old-releases.ubuntu.com/releases/22.04.1/ubuntu-22.04.1-live-server-arm64.iso
RUN echo "Preparing ISO Pre-cache" \
&& wget $ISO_JAMMY_AMD64 -O /ubuntu-22.04.1-live-server-amd64.iso \