1
Fork 0

chore(deps): update rust docker tag to v1.84.0

This commit is contained in:
Renovate (Bot) 2025-01-14 00:22:17 +00:00
parent fc70ef1303
commit 4925b797ba
Signed by: renovate-bot
GPG key ID: 0E059908592C1674

View file

@ -1,4 +1,4 @@
FROM rust:1.83.0-alpine3.20 AS builder
FROM rust:1.84.0-alpine3.20 AS builder
RUN apk add --no-cache musl-dev;