Update rust Docker tag to v1.65.0 - autoclosed #4

Closed
kjuulh wants to merge 1 commits from renovate/all into main
Showing only changes of commit 7adc810187 - Show all commits

View File

@ -1,4 +1,4 @@
FROM rust:1.62.1-slim-bullseye as base
FROM rust:1.69.0-slim-bullseye as base
RUN rustup target add x86_64-unknown-linux-musl