diff --git a/Dockerfile.m4 b/Dockerfile.m4 index 0334f29..8aab5b0 100644 --- a/Dockerfile.m4 +++ b/Dockerfile.m4 @@ -53,8 +53,8 @@ RUN curl -Lo /tmp/ncat.zip "${NCAT_ZIP_URL:?}" RUN printf '%s' "${NCAT_ZIP_CHECKSUM:?} /tmp/ncat.zip" | sha256sum -c # Download and install ReactOS -ARG REACTOS_ISO_URL=https://altushost-swe.dl.sourceforge.net/project/reactos/ReactOS/0.4.14/ReactOS-0.4.14-RC-120-g1c6eb6d-iso.zip -ARG REACTOS_ISO_CHECKSUM=ae46c71fd389f6d4e752ef82aa048fd46a757285f8e7ededf51ee679b5511f31 +ARG REACTOS_ISO_URL=https://sourceforge.net/projects/reactos/files/ReactOS/0.4.14/ReactOS-0.4.14-RC-122-ge7cfa90-iso.zip +ARG REACTOS_ISO_CHECKSUM=ea0eede37146f994cd56289681b21a859a5565393ae813d092c255c21ac73c74 RUN curl -Lo /tmp/reactos.zip "${REACTOS_ISO_URL:?}" RUN printf '%s' "${REACTOS_ISO_CHECKSUM:?} /tmp/reactos.zip" | sha256sum -c RUN 7z e /tmp/reactos.zip -so '*.iso' > /tmp/reactos.iso \