From af7badecde47bc709155e1fbe320991e4503dd77 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 5 Nov 2024 06:18:30 +0000 Subject: [PATCH] Update python Docker tag to v3.13 --- Tekst-API/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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";