diff --git a/Dockerfile b/Dockerfile index 4bb8780..cdd35e3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,7 +15,7 @@ # specific language governing permissions and limitations # under the License. -FROM rust:1.77 as builder +FROM rust:1.83 as builder WORKDIR /usr/src/qv COPY ./Cargo.toml ./Cargo.toml