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" ]