Skip to content

Commit

Permalink
Merge pull request #387 from tktcorporation/dependabot/docker/docker/…
Browse files Browse the repository at this point in the history
…debian-bullseye-20231030-slim

⬆️ Bump debian from bullseye-20230919-slim to bullseye-20231030-slim in /docker
  • Loading branch information
tktcorporation committed Nov 26, 2023
2 parents 38377cb + c174c71 commit be7d437
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 @@ -39,7 +39,7 @@ RUN cargo build --release --features "tts"

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

FROM debian:bullseye-20230919-slim
FROM debian:bullseye-20231030-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 @@ -39,7 +39,7 @@ RUN cargo build --release --no-default-features --features "music"

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

FROM debian:bullseye-20230919-slim
FROM debian:bullseye-20231030-slim

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

0 comments on commit be7d437

Please sign in to comment.