1
Fork 0

Compare commits

..

No commits in common. "renovate/rust-1.x" and "master" have entirely different histories.

View file

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