From 34b6eaeffd9f4a011e41ad8b2d8103229e750c12 Mon Sep 17 00:00:00 2001 From: Thomas Eizinger Date: Thu, 15 Dec 2022 06:14:51 +1100 Subject: [PATCH] Bump Rust version of docker image to 1.65 (#90) --- ping/rust/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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