fix: changed dockerfile base to alpine python
Build and Push Docker Image / build-and-push (push) Failing after 31m46s

This commit is contained in:
2026-03-06 03:38:27 +00:00
parent 1067ffa35a
commit 5fab53e0a7
+1 -1
View File
@@ -1,4 +1,4 @@
FROM python:3.14
FROM python:3.14-alpine3.23
WORKDIR /app