diff --git a/Dockerfile b/Dockerfile index a12b153..6ae1aab 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ -FROM ghcr.io/astral-sh/uv:0.8.15 AS uv +FROM ghcr.io/astral-sh/uv:0.11.28 AS uv -FROM python:3.12-slim +FROM python:3.14-slim RUN apt-get update \ && apt-get install -y --no-install-recommends libsndfile1 \