From c70e90aa0c9456adb6b427136d8c519215557be9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Mar 2026 18:22:23 +0000 Subject: [PATCH] Bump python in /azure-defender-easm/import-easm-additional-findings Bumps python from 3.12.5-slim-bookworm to 3.14.3-slim-bookworm. --- updated-dependencies: - dependency-name: python dependency-version: 3.14.3-slim-bookworm dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .../import-easm-additional-findings/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/azure-defender-easm/import-easm-additional-findings/Dockerfile b/azure-defender-easm/import-easm-additional-findings/Dockerfile index 40303c943..1eaf2c155 100644 --- a/azure-defender-easm/import-easm-additional-findings/Dockerfile +++ b/azure-defender-easm/import-easm-additional-findings/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.12.5-alpine AS python-builder +FROM python:3.14.3-alpine AS python-builder # Copy local code to the container image. ENV PYTHONUNBUFFERED 1 @@ -21,7 +21,7 @@ RUN pip3 install --prefix=/working/install -r /requirements.txt #=============================================================================================== #=============================================================================================== -FROM python:3.12.5-alpine +FROM python:3.14.3-alpine # Copy local code to the container image. ENV PYTHONUNBUFFERED 1