1 parent 3ae125d commit 65d10d7Copy full SHA for 65d10d7
1 file changed
Dockerfile
@@ -13,7 +13,7 @@ RUN go mod download
13
RUN go build -x -o media-roller ./src
14
15
# yt-dlp needs python
16
-FROM python:3.13.1-alpine3.21
+FROM python:3.13.7-alpine3.22
17
18
# This is where the downloaded files will be saved in the container.
19
ENV MR_DOWNLOAD_DIR="/download"
0 commit comments