diff --git a/Dockerfile b/Dockerfile index 516f24e..af41ce9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Specifically use Debian 12 due to the runtime image running also running on Debian 12 -FROM rust:1.80.1-bookworm as builder +FROM rust:1.82.0-bookworm as builder # Compile without any optimizations by default ARG rust_flags=""