From a841fb4fd864173385c118dfd442b4f131911402 Mon Sep 17 00:00:00 2001 From: DARKZOUL5 Date: Sat, 11 Apr 2026 19:42:53 +0300 Subject: [PATCH] Update base image to Python 3.13-alpine --- Dockerfile | 2 +- docker-entrypoint.sh | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 910ef76..2454ba6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.12-alpine +FROM python:3.13-alpine WORKDIR /app diff --git a/docker-entrypoint.sh b/docker-entrypoint.sh index 11c76aa..24a0ab1 100644 --- a/docker-entrypoint.sh +++ b/docker-entrypoint.sh @@ -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