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