Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion frameworks/Luau/lute/lute.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ RUN rokit install --no-trust-check

COPY ./src .

CMD ["sh", "-c", "lute parallel.luau -- $(nproc)"]
CMD ["sh", "-c", "lute parallel.luau"]
2 changes: 1 addition & 1 deletion frameworks/Luau/lute/rokit.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
# New tools can be added by running `rokit add <tool>` in a terminal.

[tools]
lute = "aatxe/[email protected].20250322"
lute = "luau-lang/[email protected].20250506"
Loading
Loading