diff --git a/Tekst-API/Dockerfile b/Tekst-API/Dockerfile index f9fa050a..64b01a90 100644 --- a/Tekst-API/Dockerfile +++ b/Tekst-API/Dockerfile @@ -3,7 +3,7 @@ # BASE IMAGE # ===================== -FROM python:3.10-slim-bullseye AS base +FROM python:3.13-slim-bullseye AS base COPY --chmod=0644 <<"EOF" /etc/apt/apt.conf APT::Get::Assume-Yes "true";