From 5bcaa7e52508cad4c3b5df2f0114ba05aac4cde6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 3 Oct 2023 04:38:47 +0000 Subject: [PATCH] chore(deps): update python docker tag to v3.12 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b0aeba1..839d89d 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.11-alpine +FROM python:3.12-alpine # take some responsibility for this container LABEL org.opencontainers.image.authors="Aarno Aukia "