mirror of
https://github.com/wiiu-env/sdcafiine_plugin.git
synced 2024-11-13 23:25:13 +01:00
955555936c
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
294 B
Docker
8 lines
294 B
Docker
FROM ghcr.io/wiiu-env/devkitppc:20231112
|
|
|
|
COPY --from=ghcr.io/wiiu-env/libmappedmemory:20230621 /artifacts $DEVKITPRO
|
|
COPY --from=ghcr.io/wiiu-env/libcontentredirection:20230621 /artifacts $DEVKITPRO
|
|
COPY --from=ghcr.io/wiiu-env/wiiupluginsystem:20230719 /artifacts $DEVKITPRO
|
|
|
|
WORKDIR project
|