From 26d7ffc4fa144c4edbb12f4bec7e3e0bd935f8ab Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 12:04:53 +0000 Subject: [PATCH] feat(deps): update python docker tag to v3.13 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 3360c17..f8a6081 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.12-slim +FROM python:3.13-slim ARG VERSION=unknown # Create a non-root user and group