mirror of
https://github.com/wiiu-env/FunctionPatcherModule.git
synced 2024-11-16 06:49:23 +01:00
30ba2e9594
Bumps wiiu-env/devkitppc from 20230621 to 20231112. --- updated-dependencies: - dependency-name: wiiu-env/devkitppc dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
8 lines
285 B
Docker
8 lines
285 B
Docker
FROM ghcr.io/wiiu-env/devkitppc:20231112
|
|
|
|
COPY --from=ghcr.io/wiiu-env/libkernel:20230621 /artifacts $DEVKITPRO
|
|
COPY --from=ghcr.io/wiiu-env/libfunctionpatcher:20230621 /artifacts $DEVKITPRO
|
|
COPY --from=ghcr.io/wiiu-env/wiiumodulesystem:20230719 /artifacts $DEVKITPRO
|
|
|
|
WORKDIR project
|