From 5c40ab3d00d20780c76b3e1c0c1f7b5139bd9eeb Mon Sep 17 00:00:00 2001 From: Untone Date: Sun, 13 Oct 2024 00:49:06 +0300 Subject: [PATCH] 312 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 1e24845d..f492b6a2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:alpine +FROM python:3.12-alpine # Update package lists and install necessary dependencies RUN apk update && \