From 65d10d7e22f34c7767d8f6f20e4754c2876d4d43 Mon Sep 17 00:00:00 2001 From: rroller Date: Sun, 5 Oct 2025 10:57:01 -0700 Subject: [PATCH] Upgrade container from python:3.13.1-alpine3.21 to python:3.13.7-alpine3.22 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index d3a1deb..8759808 100755 --- a/Dockerfile +++ b/Dockerfile @@ -13,7 +13,7 @@ RUN go mod download RUN go build -x -o media-roller ./src # 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. ENV MR_DOWNLOAD_DIR="/download"