From 4e556c86efed3638ef943961d53ddf5de8fe8d57 Mon Sep 17 00:00:00 2001 From: Prowler Bot Date: Fri, 13 Dec 2024 14:17:40 +0100 Subject: [PATCH] fix(deploy): temporal fix for the alpine-python segmentation fault (#6179) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Adrián Jesús Peña Rodríguez Co-authored-by: Pedro Martín --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 613bd790eb..d8472d3492 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.12-alpine +FROM python:3.12.8-alpine3.20 LABEL maintainer="https://github.com/prowler-cloud/prowler"