From 0652635817608f115f34e9f45345847c0855838f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 9 Apr 2025 06:34:45 +0000 Subject: [PATCH] Update python Docker tag to v3.13.3 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index a1adaff..f4efffc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.12.0 +FROM python:3.13.3 RUN apt-get -y update RUN apt-get install -y build-essential python3.11-dev libhdf5-dev ffmpeg