Update rust Docker tag to v1.80.1 - autoclosed #66

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

View File

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