Upgrade container from python:3.13.1-alpine3.21 to python:3.13.7-alpine3.22

This commit is contained in:
rroller 2025-10-05 10:57:01 -07:00
parent 3ae125d640
commit 65d10d7e22

View file

@ -13,7 +13,7 @@ RUN go mod download
RUN go build -x -o media-roller ./src RUN go build -x -o media-roller ./src
# yt-dlp needs python # yt-dlp needs python
FROM python:3.13.1-alpine3.21 FROM python:3.13.7-alpine3.22
# This is where the downloaded files will be saved in the container. # This is where the downloaded files will be saved in the container.
ENV MR_DOWNLOAD_DIR="/download" ENV MR_DOWNLOAD_DIR="/download"