From c83e0e83ed54f32bb989007f395ce604c888fa83 Mon Sep 17 00:00:00 2001 From: Joakim Olsson Date: Sat, 25 Jan 2025 00:11:09 +0100 Subject: [PATCH] fix(docker): update python version to 3.13.1-slim Updates the base Python version in the Dockerfile to 3.13.1-slim. This change ensures that the latest bug fixes and improvements are included, enhancing stability and performance. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 9f45e3b..687c980 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.13-slim@sha256:026dd417a88d0be8ed5542a05cff5979d17625151be8a1e25a994f85c87962a5 +FROM python:3.13.1-slim@sha256:026dd417a88d0be8ed5542a05cff5979d17625151be8a1e25a994f85c87962a5 ARG TARGETOS ARG TARGETARCH -- 2.52.0