diff --git a/.python-version b/.python-version index 24ee5b1..6324d40 100644 --- a/.python-version +++ b/.python-version @@ -1 +1 @@ -3.13 +3.14 diff --git a/Dockerfile b/Dockerfile index f76f943..91278e6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ # check=error=true # Install uv -FROM python:3.13-slim AS builder +FROM python:3.14-slim AS builder # Install curl for health checks RUN apt-get update && apt-get install -y curl