From 8f1f302a8fc54310b91ab56612d9f64a8dca2825 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 20 Oct 2025 15:12:23 +0000 Subject: [PATCH] chore(deps): update python docker tag to v3.14.0 --- Dockerfile.latex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.latex b/Dockerfile.latex index cc3c5cf..f46762c 100644 --- a/Dockerfile.latex +++ b/Dockerfile.latex @@ -1,4 +1,4 @@ -FROM python:3.6.4 +FROM python:3.14.0 RUN echo "deb http://ftp.debian.org/debian jessie-backports main" > /etc/apt/sources.list.d/backports.list \ && apt-get update \