1
Fork 0

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

This commit is contained in:
Renovate (Bot) 2024-12-02 22:15:52 +00:00
parent dbba7983b9
commit b17a826fed
Signed by: renovate-bot
GPG key ID: 0E059908592C1674

View file

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