diff --git a/scanners/dns-scanner/Dockerfile b/scanners/dns-scanner/Dockerfile index 6138120919..d88dc1e3a9 100644 --- a/scanners/dns-scanner/Dockerfile +++ b/scanners/dns-scanner/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.12.5-slim-bookworm AS python-builder +FROM python:3.12.6-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.12.5-slim-bookworm +FROM python:3.12.6-slim-bookworm # Copy local code to the container image. ENV PYTHONUNBUFFERED 1