mirror of
https://github.com/wiiu-env/FunctionPatcherModule.git
synced 2024-11-17 15:29:23 +01:00
03223b26c5
Bumps wiiu-env/devkitppc from 20240505 to 20240704. --- 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:20240704
|
|
|
|
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:20240424 /artifacts $DEVKITPRO
|
|
|
|
WORKDIR project
|