diff --git a/Dockerfile b/Dockerfile index 2d7e195..6759222 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Build stage -FROM rust:1.96-alpine AS builder +FROM rust:1.97-alpine AS builder # Add build dependencies RUN apk add --no-cache musl-dev pkgconfig