From 1f463f84f5bf2ae26d25c3e1492fada0b1d4e674 Mon Sep 17 00:00:00 2001 From: Flame Sage Date: Sat, 22 Dec 2018 03:01:06 +0000 Subject: [PATCH] Updated netplay to canary-1143 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 85cfb00..20fcef2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,7 +9,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-760/citra-linux-20180812-6958de0.tar.xz && \ +RUN wget -O citra-linux.tar.xz https://github.com/citra-emu/citra-canary/releases/download/canary-1143/citra-linux-20181222-7a4fea0.tar.xz && \ tar --wildcards --strip=1 -xJf citra-linux.tar.xz */citra-room && rm citra-linux.tar.xz ENTRYPOINT [ "/usr/src/app/citra-room" ]