fix: update base image

This commit is contained in:
Adrián Jesús Peña Rodríguez
2025-04-22 09:55:05 +02:00
parent e40591a25f
commit 6b8af51c23
+1 -1
View File
@@ -1,4 +1,4 @@
FROM python:3.12.8-alpine3.20 AS build
FROM python:3.12.10-alpine3.20 AS build
LABEL maintainer="https://github.com/prowler-cloud/api"