We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7a05a9 commit 3462e9aCopy full SHA for 3462e9a
2 files changed
docker/Dockerfile
@@ -1,4 +1,4 @@
1
-FROM python:3.12.2-bookworm
+FROM python:3.13.3-bookworm
2
3
RUN apt update && apt -y install ffmpeg
4
docker/Readme.md
@@ -1,7 +1,7 @@
# Build the image:
```
-docker build -f ./docker/Dockerfile -t livestream_saver:latest
+docker buildx build -f ./docker/Dockerfile -t livestream_saver:latest .
5
6
7
# Run in a container:
0 commit comments