diff --git a/Dockerfile b/Dockerfile index 81b3d107..6ee1403f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # --- Build stage --- -FROM rust:1.94-bookworm AS builder +FROM rust:1.95-bookworm AS builder WORKDIR /app COPY Cargo.toml Cargo.lock* askama.toml ./