From 31ffb30201b69cb7d859d5952e2532b6686db35e Mon Sep 17 00:00:00 2001 From: Orne Brocaar Date: Mon, 16 Oct 2023 11:43:31 +0100 Subject: [PATCH] api: Update build image to Rust 1.73.0. --- api/Dockerfile-rust | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/Dockerfile-rust b/api/Dockerfile-rust index 9bee0266..f4e53605 100644 --- a/api/Dockerfile-rust +++ b/api/Dockerfile-rust @@ -1,4 +1,4 @@ -FROM rust:1.65 +FROM rust:1.73 ENV PROJECT_PATH=/chirpstack/api RUN apt-get update && \