diff --git a/Dockerfile b/Dockerfile index 2d42c18..b8b2aa7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.14.3-slim +FROM python:3.15.0a8-slim LABEL org.opencontainers.image.source="https://github.com/TeamNewPipe/web-api"