From 863b270a11682acdc2ccb6847c54dee0ae3c5ec3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Dec 2024 11:39:14 +0000 Subject: [PATCH] Bump python in /scanners/domain-discovery Bumps python from 3.11.6-slim-bookworm to 3.13.1-slim-bookworm. --- updated-dependencies: - dependency-name: python dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- scanners/domain-discovery/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scanners/domain-discovery/Dockerfile b/scanners/domain-discovery/Dockerfile index 84c772686b..4cdc1fcfb2 100644 --- a/scanners/domain-discovery/Dockerfile +++ b/scanners/domain-discovery/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.11.6-slim-bookworm AS python-builder +FROM python:3.13.1-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.6-slim-bookworm +FROM python:3.13.1-slim-bookworm # Copy local code to the container image. ENV PYTHONUNBUFFERED 1