From e16144934850c2687e9aecafb7188aa033e8bd59 Mon Sep 17 00:00:00 2001 From: Mike Neilson Date: Sun, 1 Feb 2026 10:50:30 -0800 Subject: [PATCH] update rust --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 2621035..3fe9e93 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM rust:1.86.0-alpine3.21 AS builder +FROM rust:1.93.0-alpine3.21 AS builder RUN apk add --no-cache musl-dev @@ -18,4 +18,4 @@ FROM scratch AS schema USER 1000:1000 COPY --from=builder /usr/local/cargo/bin/schema ./ -CMD [ "/schema" ] \ No newline at end of file +CMD [ "/schema" ]