diff --git a/devkitppc/Dockerfile b/devkitppc/Dockerfile index 08ec0f4..42301eb 100644 --- a/devkitppc/Dockerfile +++ b/devkitppc/Dockerfile @@ -1,3 +1,3 @@ FROM devkitpro/devkitppc@sha256:b4c7622442bef192fa13ef34ec90741820cef2fb0c6d6b317a9bd55da06cfa60 RUN dkp-pacman -Syyu --noconfirm && dkp-pacman -Scc --noconfirm -RUN git clone --depth 1 --single-branch -b master https://github.com/wiiu-env/wut && cd wut && git reset --hard f4cd99f1b183c3b471eb29da9b19a78dc842ac91 && make install && cd .. && rm -rf wut \ No newline at end of file +RUN git clone --depth 1 --single-branch -b master https://github.com/devkitPro/wut && cd wut && git reset --hard eb0306184d46a63d929aede352f54109701b7112 && make install && cd .. && rm -rf wut \ No newline at end of file