api: Update build image to Rust 1.73.0.

This commit is contained in:
Orne Brocaar 2023-10-16 11:43:31 +01:00
parent ac698495d8
commit 31ffb30201

2
api/Dockerfile-rust vendored
View File

@ -1,4 +1,4 @@
FROM rust:1.65
FROM rust:1.73
ENV PROJECT_PATH=/chirpstack/api
RUN apt-get update && \