From 5fab53e0a720216438d4f0c8d827a4719e8850a5 Mon Sep 17 00:00:00 2001 From: 0xWheatyz Date: Fri, 6 Mar 2026 03:38:27 +0000 Subject: [PATCH] fix: changed dockerfile base to alpine python --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 5904519..d8b47a1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.14 +FROM python:3.14-alpine3.23 WORKDIR /app