diff --git a/services/differ/Dockerfile b/services/differ/Dockerfile index 029cd8e..2a45b43 100644 --- a/services/differ/Dockerfile +++ b/services/differ/Dockerfile @@ -1,6 +1,6 @@ # syntax=docker/dockerfile:1 # Builder is Debian 12 (bookworm) to match the glibc of the distroless runtime. -FROM rust:1.95-bookworm@sha256:6258907abe69656e41cd992e0b705cdcfabcbbe3db374f92ed2d47121282d4a1 AS build +FROM rust:1.96-bookworm@sha256:a339861ae23e9abb272cea45dfafde21760d2ce6577a70f8a926153677902663 AS build # protoc is required by build.rs (prost-build invokes it to compile the proto). RUN apt-get update \ && apt-get install -y --no-install-recommends protobuf-compiler \