fix: rust:slim (not rust:latest-slim which doesn't exist)
This commit is contained in:
parent
ccbbcd4274
commit
0d33a2c1af
1 changed files with 1 additions and 1 deletions
|
|
@ -35,7 +35,7 @@ RUN cargo build --release
|
||||||
# ============================================================================
|
# ============================================================================
|
||||||
# Stage 3: Runtime — slim image with binary + static files
|
# 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 \
|
RUN apt-get update && apt-get install -y --no-install-recommends \
|
||||||
ca-certificates \
|
ca-certificates \
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue