Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions scanners/web-processor/Dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand Down
4 changes: 2 additions & 2 deletions scanners/web-scanner/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down