···8COPY frontend .
9RUN npm run build:production
1011-FROM rust:1.83 AS builder-rs
1213WORKDIR /usr/src/myivo-server
14COPY server .
···8COPY frontend .
9RUN npm run build:production
1011+FROM rust:1.85 AS builder-rs
1213WORKDIR /usr/src/myivo-server
14COPY server .
+1-1
server/Cargo.toml
···1[package]
2name = "myivo-server"
3version = "0.1.0"
4-edition = "2021"
56# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
7
···1[package]
2name = "myivo-server"
3version = "0.1.0"
4+edition = "2024"
56# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
7