From 19a1d72cb966a7cf11c2d22d499d5a84cf3775d7 Mon Sep 17 00:00:00 2001 From: Redume Date: Tue, 7 Jan 2025 15:56:40 +0300 Subject: [PATCH] chore: using the alpine version of python --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 4dbeeca..c279e95 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.12 +FROM python:3.12-alpine WORKDIR /shirino