From f4dd7844569953b6ee35d9dba32e3172c04e79c4 Mon Sep 17 00:00:00 2001 From: Maschell Date: Fri, 24 Sep 2021 19:41:27 +0200 Subject: [PATCH] Update Dockerfile --- Dockerfile | 6 +++--- src/main.cpp | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index 050fefc..6e51d5d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ -FROM wiiuenv/devkitppc:20210917 +FROM wiiuenv/devkitppc:20210920 -COPY --from=wiiuenv/wiiupluginsystem:20210917 /artifacts $DEVKITPRO -COPY --from=wiiuenv/libiosuhax:20210109 /artifacts $DEVKITPRO +COPY --from=wiiuenv/wiiupluginsystem:20210924 /artifacts $DEVKITPRO +COPY --from=wiiuenv/libiosuhax:20210924 /artifacts $DEVKITPRO WORKDIR project \ No newline at end of file diff --git a/src/main.cpp b/src/main.cpp index 827d1d5..20f66b2 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -21,7 +21,7 @@ WUPS_PLUGIN_VERSION("0.1"); WUPS_PLUGIN_AUTHOR("Maschell"); WUPS_PLUGIN_LICENSE("GPL"); -WUPS_USE_WUT_DEVOPTAB() +WUPS_USE_WUT_DEVOPTAB(); uint32_t hostIpAddress = 0; int iosuhaxMount = 0;