1
Fork 0

Compare commits

...

1 commit

Author SHA1 Message Date
50c851d934
chore(deps): update rust docker tag to v1.86.0 2025-04-03 18:01:33 +00:00

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;