From a1ea9531ad183afde04ca431bb9f3db5a8d849d5 Mon Sep 17 00:00:00 2001 From: Maschell Date: Mon, 14 Feb 2022 19:31:54 +0100 Subject: [PATCH] Update the Dockerfile --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 90054bc..349e967 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ -FROM wiiuenv/devkitppc:20211229 +FROM wiiuenv/devkitppc:20220213 COPY --from=wiiuenv/wiiupluginsystem:20220123 /artifacts $DEVKITPRO -COPY --from=wiiuenv/librpxloader:20211002 /artifacts $DEVKITPRO +COPY --from=wiiuenv/librpxloader:20220212 /artifacts $DEVKITPRO WORKDIR project \ No newline at end of file