fix: rust:slim (not rust:latest-slim which doesn't exist)
Some checks failed
Lint and Build / format (push) Successful in 50s
Lint and Build / clippy (push) Successful in 2m13s
Lint and Build / build (push) Successful in 3m41s
Lint and Build / test (push) Failing after 1s

This commit is contained in:
goose 2026-07-14 12:43:05 -03:00
parent ccbbcd4274
commit 0d33a2c1af

View file

@ -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 \