1
Fork 0
generated from lucas/rust-template

Merge pull request 'Update rust Docker tag to v1.87.0' (#19) from renovate/rust-1.x into master

Reviewed-on: #19
This commit is contained in:
Lucas Schwiderski 2025-05-30 11:44:56 +02:00
commit 36e96afe09
Signed by: Forgejo (git.sclu1034.dev)
GPG key ID: B1C9C29730D3D366

View file

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