Skip to content

Commit 3462e9a

Browse files
committed
Upgrade Docker python version
1 parent f7a05a9 commit 3462e9a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.12.2-bookworm
1+
FROM python:3.13.3-bookworm
22

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

docker/Readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Build the image:
22

33
```
4-
docker build -f ./docker/Dockerfile -t livestream_saver:latest
4+
docker buildx build -f ./docker/Dockerfile -t livestream_saver:latest .
55
```
66

77
# Run in a container:

0 commit comments

Comments
 (0)