Skip to content

Commit 3678edf

Browse files
Dockerfile: pin devkitARM to 20241104 image
It seems this Docker container now has a use again, as the project continues to be uncompilable with the latest toolchain changes. Pin the working container.
1 parent d9fc888 commit 3678edf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM devkitpro/devkitarm
1+
FROM devkitpro/devkitarm:20241104
22
# ENV TWLNOPATCHSRLHEADER=1
33
RUN \
44
apt-get update && \

0 commit comments

Comments
 (0)