Skip to content

Commit eb61e35

Browse files
committed
fix: (security) use debian:stable-slim
1 parent 01d6d43 commit eb61e35

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# syntax=docker/dockerfile:1
2-
FROM debian:bookworm-slim
2+
FROM debian:stable-slim
33

44
WORKDIR /app
55
RUN apt-get update && apt-get install -y --no-install-recommends ca-certificates libdbus-1-3 && rm -rf /var/lib/apt/lists/*

Dockerfile.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ COPY src/ ./src/
1414
RUN cargo build --release --bin harmony
1515

1616
# Runtime stage
17-
FROM debian:bookworm-slim
17+
FROM debian:stable-slim
1818

1919
# Install minimal dependencies
2020
RUN apt-get update && \

0 commit comments

Comments
 (0)