From afb578807e684fce59ed6dfaf3bcc8be34879b07 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=7E=20Ks=E1=B4=8B?= <123794242+KSKOP69@users.noreply.github.com> Date: Wed, 8 Jan 2025 22:17:14 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=98=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 40662e84..d64ecd81 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 \ @@ -14,4 +14,4 @@ RUN pip install --no-cache-dir -U pip \ COPY . . -CMD ["bash", "start"] \ No newline at end of file +CMD ["bash", "start"]