1
Fork 0

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

This commit is contained in:
Renovate (Bot) 2025-01-31 01:00:20 +00:00
parent b876546ed6
commit a79b43b464
Signed by: renovate-bot
GPG key ID: 0E059908592C1674

View file

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