1
Fork 0

Compare commits

..

1 commit

Author SHA1 Message Date
1ae135e2a3
chore(deps): update rust docker tag to v1.86.0 2025-04-11 14:11:37 +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;