From 36200cce879ad139917d1a3972c8932db5082d2f Mon Sep 17 00:00:00 2001 From: Maschell Date: Sun, 4 Sep 2022 00:08:31 +0200 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- source/main.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 42b8749..3b2034a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ FROM wiiuenv/devkitppc:20220806 -COPY --from=wiiuenv/libmocha:20220728 /artifacts $DEVKITPRO +COPY --from=wiiuenv/libmocha:20220903 /artifacts $DEVKITPRO WORKDIR project \ No newline at end of file diff --git a/source/main.cpp b/source/main.cpp index 0b47649..1d45388 100644 --- a/source/main.cpp +++ b/source/main.cpp @@ -109,6 +109,6 @@ int32_t main(int32_t argc, char **argv) { } deinitLogging(); - Mocha_DeinitLibrary(); + Mocha_DeInitLibrary(); return 0; }