1
Fork 0

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

Merged
lucas merged 1 commit from renovate/rust-1.x into master 2025-04-22 15:04:51 +02:00
Showing only changes of commit 1ae135e2a3 - Show all commits

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;