diff --git a/.python-version b/.python-version index 2c07333..6324d40 100644 --- a/.python-version +++ b/.python-version @@ -1 +1 @@ -3.11 +3.14 diff --git a/dockerfile b/dockerfile index 9d885b8..fe97b8a 100644 --- a/dockerfile +++ b/dockerfile @@ -1,4 +1,4 @@ -FROM python:3.12-slim +FROM python:3.14-slim RUN apt-get update && apt-get install -y curl build-essential \ && curl -fsSL https://deb.nodesource.com/setup_20.x | bash - \