Skip to content
Closed
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 backend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
#
# Pin the emsdk tag (avoid `:latest`) so production builds are reproducible.
# Bump in lock-step with whatever version the GHA setup-emsdk action installs.
FROM emscripten/emsdk:5.0.7 AS wasm-builder
FROM emscripten/emsdk:6.0.1 AS wasm-builder
WORKDIR /build
COPY wasm/ /build/wasm/
# Makefile writes outputs to ../frontend/src/math/wasm relative to wasm/, so
Expand Down
Loading