1
Fork 0

Compare commits

..

No commits in common. "1253c5c15f9272e155a3ae000a24d1348401f5ad" and "8411c713ec2b4f7c928c263e715dbc2347dd2566" have entirely different histories.

View file

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