Skip to content

Commit 65d10d7

Browse files
committed
Upgrade container from python:3.13.1-alpine3.21 to python:3.13.7-alpine3.22
1 parent 3ae125d commit 65d10d7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ RUN go mod download
1313
RUN go build -x -o media-roller ./src
1414

1515
# yt-dlp needs python
16-
FROM python:3.13.1-alpine3.21
16+
FROM python:3.13.7-alpine3.22
1717

1818
# This is where the downloaded files will be saved in the container.
1919
ENV MR_DOWNLOAD_DIR="/download"

0 commit comments

Comments
 (0)