diff --git a/scanners/web-processor/Dockerfile b/scanners/web-processor/Dockerfile index 5c99dced9f..dd03a9244a 100644 --- a/scanners/web-processor/Dockerfile +++ b/scanners/web-processor/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.10.7-slim-bullseye AS python-builder +FROM python:3.10.11-slim-bullseye AS python-builder # Copy local code to the container image. ENV PYTHONUNBUFFERED 1 @@ -23,7 +23,7 @@ RUN pip3 install --prefix=/working/install -r /requirements.txt #=============================================================================================== -FROM python:3.10.7-slim-bullseye +FROM python:3.10.11-slim-bullseye # Copy local code to the container image. ENV PYTHONWARNINGS ignore diff --git a/scanners/web-scanner/Dockerfile b/scanners/web-scanner/Dockerfile index 313b2541fe..22bb5ef163 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.10.7-slim-bullseye AS python-builder +FROM python:3.10.11-slim-bullseye 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.10.7-slim-bullseye +FROM python:3.10.11-slim-bullseye # Copy local code to the container image. ENV PYTHONUNBUFFERED 1