chore(Dockerfile): update Python version to 3.12 (#3699)

This commit is contained in:
Sergio Garcia
2024-04-08 12:22:49 +02:00
committed by GitHub
parent 013975b7a6
commit bd49a55f3d

View File

@@ -1,4 +1,4 @@
FROM python:3.11-alpine
FROM python:3.12-alpine
LABEL maintainer="https://github.com/prowler-cloud/prowler"