diff --git a/pkg/Dockerfile b/pkg/Dockerfile index 5d75ad4..67630b2 100644 --- a/pkg/Dockerfile +++ b/pkg/Dockerfile @@ -1,5 +1,5 @@ # 3.13, because with 3.14 it requires gcc (wheels not available) -FROM docker.io/library/python:3.13-slim +FROM docker.io/library/python:3.14-slim # Set environment variables ENV PYTHONDONTWRITEBYTECODE=1