diff --git a/Dockerfile b/Dockerfile index 4efbc93..c283a11 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Build stage -FROM rust:1.88-slim AS builder +FROM rust:1.93-slim AS builder # Install build dependencies RUN apt-get update && apt-get install -y \