Skip to content

Commit

Permalink
⬆️ Bump debian in /docker
Browse files Browse the repository at this point in the history
Bumps debian from bullseye-20240926-slim to bullseye-20250203-slim.

---
updated-dependencies:
- dependency-name: debian
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 10, 2025
1 parent cc4f079 commit cf3237d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ RUN cargo build --release --features "tts"

CMD [ "/bin/sh", "-c", "cargo run" ]

FROM debian:bookworm-20241223-slim
FROM debian:bookworm-20250203-slim

RUN apt-get update && \
apt-get install -y \
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile.music
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ RUN cargo build --release --no-default-features --features "music"

CMD [ "/bin/sh", "-c", "cargo run" ]

FROM debian:bullseye-20240926-slim
FROM debian:bullseye-20250203-slim

RUN apt-get update && \
apt-get install -y \
Expand Down

0 comments on commit cf3237d

Please sign in to comment.