Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -2,7 +2,7 @@
|
|
| 2 |
# you will also find guides on how best to write your Dockerfile
|
| 3 |
|
| 4 |
# Use Python 3.11 as the base image
|
| 5 |
-
FROM python:3.
|
| 6 |
|
| 7 |
# Install FFmpeg
|
| 8 |
RUN apt-get update && apt-get install -y ffmpeg
|
|
|
|
| 2 |
# you will also find guides on how best to write your Dockerfile
|
| 3 |
|
| 4 |
# Use Python 3.11 as the base image
|
| 5 |
+
FROM python:3.12
|
| 6 |
|
| 7 |
# Install FFmpeg
|
| 8 |
RUN apt-get update && apt-get install -y ffmpeg
|