diff --git a/azure-defender-easm/add-domain-to-easm/Dockerfile b/azure-defender-easm/add-domain-to-easm/Dockerfile index 314f443b13..6846ee93fd 100644 --- a/azure-defender-easm/add-domain-to-easm/Dockerfile +++ b/azure-defender-easm/add-domain-to-easm/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.14.3-alpine AS python-builder +FROM python:3.14.6-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.14.3-alpine +FROM python:3.14.6-alpine # Copy local code to the container image. ENV PYTHONUNBUFFERED 1