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
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:
parent
4692696c76
commit
aebd5d1c80
1 changed files with 1 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
||||||
# ---------- wasm-builder ----------
|
# ---------- wasm-builder ----------
|
||||||
FROM docker.io/rust:1.70-slim AS wasm-builder
|
FROM docker.io/rust:latest-slim AS wasm-builder
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
# Install wasm32 target and wasm-pack
|
# Install wasm32 target and wasm-pack
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue