From 7616f89608b5626e4d0b3e1ece92299126ab8cde Mon Sep 17 00:00:00 2001 From: Flame Sage Date: Sun, 24 Nov 2019 22:37:02 +0000 Subject: [PATCH] Updated to canary-1506 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 8a8374e..7eaef38 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ WORKDIR /usr/src/app # Download the Citra binary. # Bundle citra-room inside the image and delete the downloaded tar file. -RUN wget -O citra-linux.tar.xz https://github.com/citra-emu/citra-canary/releases/download/canary-1500/citra-linux-20191111-f35ff24.tar.xz && \ +RUN wget -O citra-linux.tar.xz https://github.com/citra-emu/citra-canary/releases/download/canary-1506/citra-linux-20191120-a77f8cd.tar.xz && \ tar --wildcards --strip=1 -xJf citra-linux.tar.xz */citra-room && rm citra-linux.tar.xz ENTRYPOINT [ "/usr/src/app/citra-room" ]