1
Fork 0

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

This commit is contained in:
Renovate (Bot) 2025-04-11 14:11:37 +00:00
parent d28b29e639
commit 1ae135e2a3
Signed by: renovate-bot
GPG key ID: 0E059908592C1674

View file

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