From 2d255d5ec4c2d7c2c984140b5e95183756abd32a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A9ctor=20Molinero=20Fern=C3=A1ndez?= Date: Tue, 22 Jun 2021 20:45:32 +0200 Subject: [PATCH] Updated ReactOS to v0.4.14-RC-78 --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index b3a925a..9a1e957 100644 --- a/Dockerfile +++ b/Dockerfile @@ -30,8 +30,8 @@ RUN printf '%s' "${WEBSOCKIFY_TARBALL_CHECKSUM:?} /tmp/websockify.tgz" | sha256 RUN mkdir /tmp/websockify/ && tar -xzf /tmp/websockify.tgz --strip-components=1 -C /tmp/websockify/ # Download ReactOS ISO -ARG REACTOS_ISO_URL=https://downloads.sourceforge.net/project/reactos/ReactOS/0.4.14/ReactOS-0.4.14-RC-67-gef623b1-iso.zip -ARG REACTOS_ISO_CHECKSUM=07a68ab9d64c7f7e26e5a15a57c260ac8c453eb1335c490f1726efd3e7122a26 +ARG REACTOS_ISO_URL=https://downloads.sourceforge.net/project/reactos/ReactOS/0.4.14/ReactOS-0.4.14-RC-78-g591b517-iso.zip +ARG REACTOS_ISO_CHECKSUM=827ed78b0034f89597de5e39a9aae29325b8a998cf4573b1a179526bcda3b79a RUN curl -Lo /tmp/reactos.zip "${REACTOS_ISO_URL:?}" RUN printf '%s' "${REACTOS_ISO_CHECKSUM:?} /tmp/reactos.zip" | sha256sum -c RUN unzip -p /tmp/reactos.zip 'ReactOS-*.iso' > /tmp/reactos.iso