Upgrade container from python:3.13.1-alpine3.21 to python:3.13.7-alpine3.22
This commit is contained in:
parent
3ae125d640
commit
65d10d7e22
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue