From 21088cf4f79e102e28a26f9727005ebd4ce3e546 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 8 Oct 2024 00:38:09 +0000 Subject: [PATCH] chore(deps): update python docker tag to v3.13 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index fab33111..ed550545 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.12-slim-bullseye AS thunorweb_base +FROM python:3.13-slim-bullseye AS thunorweb_base LABEL org.opencontainers.image.authors="code@alexlubbock.com" ENV PYTHONUNBUFFERED=1 ENV THUNOR_HOME=/thunor