Skip to content

Commit

Permalink
😢
Browse files Browse the repository at this point in the history
  • Loading branch information
KSKOP69 authored Jan 8, 2025
1 parent 3f5aa3e commit afb5788
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.12-buster
FROM python:3.12-bookworm

RUN apt-get update -y \
&& apt-get install -y --no-install-recommends ffmpeg \
Expand All @@ -14,4 +14,4 @@ RUN pip install --no-cache-dir -U pip \

COPY . .

CMD ["bash", "start"]
CMD ["bash", "start"]

0 comments on commit afb5788

Please sign in to comment.