From f44b2e4af06c7fd31ad259ac49f07960131625d9 Mon Sep 17 00:00:00 2001 From: Stefomat <41241946+Stefomat@users.noreply.github.com> Date: Fri, 21 Jun 2024 16:23:45 +0200 Subject: [PATCH] Bump python to 3.12.4-alpine3.20 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c1fd84a..e896463 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.12.2-alpine3.19 +FROM python:3.12.4-alpine3.20 RUN apk add --no-cache tini=0.19.0-r3