Skip to content

Commit

Permalink
Update the Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Maschell committed Feb 17, 2023
1 parent 2da2336 commit 994f6d4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM wiiuenv/devkitppc:20220806
FROM wiiuenv/devkitppc:20221228

COPY --from=wiiuenv/wiiupluginsystem:20220904 /artifacts $DEVKITPRO
COPY --from=wiiuenv/wiiupluginsystem:20230215 /artifacts $DEVKITPRO

WORKDIR tmp_build
COPY . .
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.buildlocal
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
FROM wiiuenv/devkitppc:20220806
FROM wiiuenv/devkitppc:20221228

WORKDIR project

0 comments on commit 994f6d4

Please sign in to comment.