diff --git a/Dockerfile b/Dockerfile index 907292f..b1d5e60 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM --platform=$BUILDPLATFORM rust:1.69 as build +FROM --platform=$BUILDPLATFORM rust:1.74 as build # Install Protocol Buffers. RUN apt-get update && apt-get install -y protobuf-compiler clang musl-tools musl-dev