diff --git a/Containerfile b/Containerfile index 6ec192c..351fb5f 100644 --- a/Containerfile +++ b/Containerfile @@ -1,4 +1,4 @@ -FROM rust:1.95 AS builder +FROM rust:1.96 AS builder ARG TARGETARCH