Update the Dockerfile to use the latest devkitppc image

This commit is contained in:
Maschell 2021-01-01 20:18:57 +01:00
parent 133dbc6111
commit d59c15531d
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
FROM wiiuenv/devkitppc:20200810
FROM wiiuenv/devkitppc:20210101
WORKDIR build
COPY . .