Update rust version to support 2024 edition
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 25s
Podman Rootless Demo / deploy-prod (push) Has been skipped

This commit is contained in:
continuist 2025-10-25 20:55:56 -04:00
parent 4692696c76
commit aebd5d1c80

View file

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