Update rust Docker tag to v1.86.0

This commit is contained in:
Kasper Juul Hermansen 2025-05-04 00:19:30 +00:00
parent a099159432
commit 93bda53496

View File

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