Wii-U-Account-Swap/Dockerfile
dependabot[bot] b6aa30b695
Some checks failed
Build Binary / build-binary (push) Has been cancelled
Bump wiiu-env/devkitppc from 20241128 to 20250608 (#15)
Bumps wiiu-env/devkitppc from 20241128 to 20250608.

---
updated-dependencies:
- dependency-name: wiiu-env/devkitppc
  dependency-version: '20250608'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-06-09 20:22:16 -06:00

7 lines
183 B
Docker

FROM ghcr.io/wiiu-env/devkitppc:20250608
COPY --from=ghcr.io/wiiu-env/libmocha:20230621 /artifacts $DEVKITPRO
RUN git config --global --add safe.directory /project
WORKDIR /project