diff --git a/api/Dockerfile.debian b/api/Dockerfile.debian index c94703057..4dfbb8163 100644 --- a/api/Dockerfile.debian +++ b/api/Dockerfile.debian @@ -1,4 +1,4 @@ -FROM python:3.11-slim AS builder +FROM python:3.12-slim AS builder ARG POETRY_VERSION=1.8 @@ -39,7 +39,7 @@ RUN python3 -m venv --system-site-packages ${VIRTUAL_ENV} && . ${VIRTUAL_ENV}/bi RUN --mount=type=cache,target=/opt/.cache \ poetry install --no-root --extras typesense -FROM python:3.11-slim AS runtime +FROM python:3.12-slim AS runtime ARG POETRY_VERSION=1.8