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.
This commit is contained in:
2025-01-25 00:11:09 +01:00
parent bccaeef235
commit c83e0e83ed
+1 -1
View File
@@ -1,4 +1,4 @@
FROM python:3.13-slim@sha256:026dd417a88d0be8ed5542a05cff5979d17625151be8a1e25a994f85c87962a5
FROM python:3.13.1-slim@sha256:026dd417a88d0be8ed5542a05cff5979d17625151be8a1e25a994f85c87962a5
ARG TARGETOS
ARG TARGETARCH