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