diff --git a/web/normogen-web/Dockerfile b/web/normogen-web/Dockerfile index 223b23b..51dfc26 100644 --- a/web/normogen-web/Dockerfile +++ b/web/normogen-web/Dockerfile @@ -35,7 +35,7 @@ RUN cargo build --release # ============================================================================ # Stage 3: Runtime — slim image with binary + static files # ============================================================================ -FROM rust:latest-slim +FROM rust:slim RUN apt-get update && apt-get install -y --no-install-recommends \ ca-certificates \