diff --git a/dev.Dockerfile b/dev.Dockerfile index 2293556..116ef8a 100644 --- a/dev.Dockerfile +++ b/dev.Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.12 +FROM python:3.14 # The uv installer requires curl (and certificates) to download the release archive RUN apt-get clean -y; \ diff --git a/prod.Dockerfile b/prod.Dockerfile index f740b61..f8ddf5c 100644 --- a/prod.Dockerfile +++ b/prod.Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.12-slim +FROM python:3.14-slim # The uv installer requires curl (and certificates) to download the release archive RUN apt-get update; \