Skip to content

Commit 93fffb7

Browse files
committed
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
1 parent 53ab7c3 commit 93fffb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.13.0rc2-slim
1+
FROM python:3.12.7-slim-bullseye
22

33
RUN apt-get update && apt-get install -y ffmpeg curl
44

0 commit comments

Comments
 (0)