Updated Rust version.

Signed-off-by: Pavel Kirilin <win10@list.ru>
This commit is contained in:
2023-09-12 21:57:09 +04:00
parent 4712826fb7
commit be9c20f614

View File

@ -1,4 +1,4 @@
FROM rust:1.67.1-buster as builder
FROM rust:1.72-buster as builder
WORKDIR /app
COPY Cargo.toml Cargo.lock askama.toml ./