1
Fork 0
generated from lucas/rust-template

Update rust Docker tag to v1.83.0

This commit is contained in:
Renovate 2024-12-02 22:03:45 +00:00
parent 6ceda6c568
commit 144d3e820c
Signed by: renovate-bot
GPG key ID: 0E059908592C1674

View file

@ -1,4 +1,4 @@
FROM rust:1.82.0-slim AS build
FROM rust:1.83.0-slim AS build
WORKDIR /src