Update base image to Python 3.13-alpine

This commit is contained in:
2026-04-11 19:42:53 +03:00
parent 2b843ab322
commit a841fb4fd8
2 changed files with 1 additions and 2 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
FROM python:3.12-alpine
FROM python:3.13-alpine
WORKDIR /app
-1
View File
@@ -1,6 +1,5 @@
#!/bin/sh
# Entry point for the ytplaylist container.
# Converts environment variables into CLI flags and execs the Python CLI.
set -e