1
Fork 0

Compare commits

..

No commits in common. "2b5197d7fec9394773febc54b4868a495f160ac1" and "873522183ee14af7d0973a0699e7774805424aae" have entirely different histories.

View file

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