diff --git a/.python-version b/.python-version index 3e72aa6..56bb660 100644 --- a/.python-version +++ b/.python-version @@ -1 +1 @@ -3.11.10 +3.12.7 diff --git a/Dockerfile b/Dockerfile index ec0ed9d..4ba75db 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.11.10-alpine +FROM python:3.12.7-alpine RUN apk add --no-cache linux-headers musl-dev gcc libffi-dev openssl-dev cargo WORKDIR /code