From 93fffb73398ae2c68411b2b7353b0f6bd4d8e480 Mon Sep 17 00:00:00 2001 From: Johnny Huynh <27847622+johnnyhuy@users.noreply.github.com> Date: Mon, 21 Oct 2024 13:08:07 +1100 Subject: [PATCH] chore: Update dependencies and remove unnecessary installations - Update Python base image to version `3.12.7-slim-bullseye` - Remove installation of `ffmpeg` and `curl` from Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 1733b82..56cafd7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.13.0rc2-slim +FROM python:3.12.7-slim-bullseye RUN apt-get update && apt-get install -y ffmpeg curl