diff --git a/Dockerfile-api b/Dockerfile-api index d9486ca..277e944 100644 --- a/Dockerfile-api +++ b/Dockerfile-api @@ -1,5 +1,5 @@ # Use the official Python image from the Docker Hub -FROM python:3.13.2-slim-bookworm AS base +FROM python:3.14.2-slim-bookworm AS base # Set environment variables ENV POETRY_VERSION=2.1.1 \