From 1cb4558d2536ef318d2ae290e048e673e891b413 Mon Sep 17 00:00:00 2001 From: dvirlabs <114520947+dvirlabs@users.noreply.github.com> Date: Tue, 21 Apr 2026 15:47:41 +0300 Subject: [PATCH] Update base image --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 7c0696d..7a6f2bb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.11.15-alpine3.22 +FROM python:3.11-slim WORKDIR /app