From fbae338689422d82fb077249ca0619604185677b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Apr 2025 09:26:04 -0400 Subject: [PATCH] chore(deps): bump python from 3.12.9-alpine3.20 to 3.12.10-alpine3.20 (#7520) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 02014d0203..1c19358a3f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.12.9-alpine3.20 +FROM python:3.12.10-alpine3.20 LABEL maintainer="https://github.com/prowler-cloud/prowler"