Bump Rust version of docker image to 1.65 (#90)
This commit is contained in:
parent
003eb91e2e
commit
34b6eaeffd
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue