diff --git a/ping/rust/Dockerfile b/ping/rust/Dockerfile index 437acc4..f5a9f37 100644 --- a/ping/rust/Dockerfile +++ b/ping/rust/Dockerfile @@ -1,4 +1,4 @@ -FROM rust:1.62-bullseye as builder +FROM rust:1.65-bullseye as builder WORKDIR /usr/src/testplan RUN apt-get update && apt-get install -y cmake protobuf-compiler