diff --git a/scanners/domain-discovery/Dockerfile b/scanners/domain-discovery/Dockerfile index 9105d5259f..b4517c20ba 100644 --- a/scanners/domain-discovery/Dockerfile +++ b/scanners/domain-discovery/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.11.12-slim-bookworm AS python-builder +FROM python:3.13.5-slim-bookworm AS python-builder # Copy local code to the container image. ENV PYTHONUNBUFFERED 1 @@ -30,7 +30,7 @@ RUN curl -LO https://github.com/findomain/findomain/releases/latest/download/fin #=============================================================================================== #=============================================================================================== -FROM python:3.11.12-slim-bookworm +FROM python:3.13.5-slim-bookworm # Copy local code to the container image. ENV PYTHONUNBUFFERED 1