From c9ccad02f495e1b61c48674f89e118964f9fc292 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 25 Oct 2024 08:15:45 +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 839d89d..5314d03 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ # Dockerfile # inherit from this "empty base image", see https://hub.docker.com/_/python/ -FROM python:3.12-alpine +FROM python:3.13-alpine # take some responsibility for this container LABEL org.opencontainers.image.authors="Aarno Aukia "