1
Fork 0
generated from lucas/rust-template

Update rust Docker tag to v1.87.0

This commit is contained in:
Renovate 2025-05-15 20:46:26 +00:00
parent 726dd2f5a3
commit 723192ab1f
Signed by: renovate-bot
GPG key ID: 0E059908592C1674

View file

@ -1,4 +1,4 @@
FROM rust:1.86.0-slim AS build
FROM rust:1.87.0-slim AS build
WORKDIR /src