diff --git a/scanners/dns-scanner/Dockerfile b/scanners/dns-scanner/Dockerfile index 823ebfd949..c745ad1aed 100644 --- a/scanners/dns-scanner/Dockerfile +++ b/scanners/dns-scanner/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.13.5-slim-bookworm AS python-builder +FROM python:3.14.1-slim-bookworm AS python-builder # Copy local code to the container image. ENV PYTHONWARNINGS ignore @@ -21,7 +21,7 @@ RUN pip3 install --prefix=/working/install -r /requirements.txt #=============================================================================================== #=============================================================================================== -FROM python:3.13.5-slim-bookworm +FROM python:3.14.1-slim-bookworm # Copy local code to the container image. ENV PYTHONUNBUFFERED 1