diff --git a/src/rust-api/Dockerfile b/src/rust-api/Dockerfile index 04d7a42..0c1cb58 100644 --- a/src/rust-api/Dockerfile +++ b/src/rust-api/Dockerfile @@ -1,5 +1,5 @@ # Build stage -FROM rust:1.96-alpine AS builder +FROM rust:1.98-alpine AS builder # Install build dependencies RUN apk add --no-cache musl-dev