diff --git a/Dockerfile b/Dockerfile index 3c8346ca..a41a953b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -31,7 +31,7 @@ RUN mkdir -p /app/semantica && npm run build # `pip index versions gensim` / the project's PyPI files page, not just # whether `uv pip compile` resolves (resolution only reads sdist metadata, # it doesn't attempt the build that fails here). -FROM python:3.13-slim@sha256:7ce4b6dfe35e55397b7cda544f8a13f191b7ae28dc5aad71fe664dbc9bc2623f AS runtime +FROM python:3.14-slim@sha256:cad9a2c871761c413caa6fdd6441c783451e740a48aaeba60ae62a8b53525ef6 AS runtime ENV PYTHONDONTWRITEBYTECODE=1 \ PYTHONUNBUFFERED=1 \