diff --git a/scanners/web-scanner/Dockerfile b/scanners/web-scanner/Dockerfile index 3b8de458b8..d543078772 100644 --- a/scanners/web-scanner/Dockerfile +++ b/scanners/web-scanner/Dockerfile @@ -4,7 +4,7 @@ RUN cargo install --git https://github.com/mozilla/crlite rust-query-crlite --re #=============================================================================================== #=============================================================================================== -FROM python:3.12.8-slim-bookworm AS python-builder +FROM python:3.14.3-slim-bookworm AS python-builder # Copy local code to the container image. ENV PYTHONUNBUFFERED 1 @@ -26,7 +26,7 @@ RUN pip3 install --prefix=/working/install -r /requirements.txt #=============================================================================================== #=============================================================================================== -FROM python:3.12.8-slim-bookworm +FROM python:3.14.3-slim-bookworm # Copy local code to the container image. ENV PYTHONUNBUFFERED 1