From 62224e76133275d8b24b80a2eb86997e7801d17a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Klemen=20Tu=C5=A1ar?= Date: Tue, 5 Dec 2023 20:58:41 +0000 Subject: [PATCH] :rocket: use the Python 3.12 Alpine Linux image in Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index cde9ab1..5191566 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.12 +FROM python:3.12-alpine LABEL maintainer="https://github.com/techouse"