Bump Rust version of docker image to 1.65 (#90)

This commit is contained in:
Thomas Eizinger 2022-12-15 06:14:51 +11:00 committed by GitHub
parent 003eb91e2e
commit 34b6eaeffd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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