Skip to content

Commit

Permalink
Bump Rust version of docker image to 1.65 (#90)
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaseizinger authored Dec 14, 2022
1 parent 003eb91 commit 34b6eae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ping/rust/Dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 34b6eae

Please sign in to comment.