diff --git a/azure-defender-easm/label-known-easm-assets/Dockerfile b/azure-defender-easm/label-known-easm-assets/Dockerfile index a3fa7adf2..2b0bbca77 100644 --- a/azure-defender-easm/label-known-easm-assets/Dockerfile +++ b/azure-defender-easm/label-known-easm-assets/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.14.3-alpine AS python-builder +FROM python:3.15.0a8-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.15.0a8-alpine # Copy local code to the container image. ENV PYTHONUNBUFFERED 1