diff --git a/Dockerfile b/Dockerfile index 108fccf..a76f206 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,7 +6,7 @@ # ----------------------------------------------------------------------------- # Stage 1: Build # ----------------------------------------------------------------------------- -FROM rust:1.94-bookworm AS builder +FROM rust:1.95-bookworm AS builder # Install build dependencies (including protoc for gRPC) RUN apt-get update && apt-get install -y \