Skip to content

Commit 0d6b7c0

Browse files
Switch Docker image to slim variant of Debian (#268)
1 parent 62bc2a2 commit 0d6b7c0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
FROM rust:bookworm AS build
1+
FROM rust:slim-bookworm AS build
22

33
COPY . /src
44
RUN cargo install --path /src --locked
55

6-
FROM debian:bookworm
6+
FROM debian:bookworm-slim
77

88
LABEL org.opencontainers.image.source=https://github.com/deps-rs/deps.rs
99

0 commit comments

Comments
 (0)