1
Fork 0

Compare commits

..

No commits in common. "f1146d47c20f789a9e248163c1be1767553af74f" and "1b11609c535fe4c6eba32ada37a59b79588a5d58" have entirely different histories.

View file

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