fix rust image
Some checks failed
Podman Rootless Demo / test-backend (push) Has been skipped
Podman Rootless Demo / test-frontend (push) Has been skipped
Podman Rootless Demo / build-backend (push) Has been skipped
Podman Rootless Demo / build-frontend (push) Failing after 5m46s
Podman Rootless Demo / deploy-prod (push) Has been skipped

This commit is contained in:
continuist 2025-10-25 21:00:02 -04:00
parent aebd5d1c80
commit 4342232ebe

View file

@ -1,5 +1,5 @@
# ---------- wasm-builder ---------- # ---------- wasm-builder ----------
FROM docker.io/rust:latest-slim AS wasm-builder FROM docker.io/rust:1.90-slim AS wasm-builder
WORKDIR /app WORKDIR /app
# Install wasm32 target and wasm-pack # Install wasm32 target and wasm-pack