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" ]