From 7e5355d4e228c1d62d3d4dfe8579d80eaff6a8d4 Mon Sep 17 00:00:00 2001 From: Maschell Date: Mon, 24 Sep 2018 22:23:03 +0200 Subject: [PATCH] 1.0.0-beta3 branch --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 1a95848..907acbb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,6 +7,6 @@ RUN apt-get update && \ ENV WUT_ROOT=${DEVKITPRO}/wut -RUN wget https://github.com/decaf-emu/wut/releases/download/1.0.0-beta4/wut.linux64.7z && \ +RUN wget https://github.com/decaf-emu/wut/releases/download/1.0.0-beta3/wut.linux64.7z && \ 7z x -y $(ls | grep "linux") -o${WUT_ROOT} && \ rm wut.linux64.7z