diff --git a/Dockerfile b/Dockerfile index 8dbedb0..9507cf1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ # ======================== # Build Stage # ======================== -FROM rust:1.82.0-alpine3.20 AS builder +FROM rust:1.86.0-alpine3.20 AS builder # Build platform argument (x86_64 or aarch64) (default: x86_64) ARG TARGETARCH=x86_64