From 7f17f0682db8559ae10d07c8fb0601a43e40c2ea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 13:15:40 +0200 Subject: [PATCH] build(deps): bump python in /integration/docker (#2409) Bumps python from 3.12.6-slim to 3.12.7-slim. --- updated-dependencies: - dependency-name: python dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- integration/docker/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration/docker/Dockerfile b/integration/docker/Dockerfile index 6ce06027..8d70fb61 100644 --- a/integration/docker/Dockerfile +++ b/integration/docker/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.12.6-slim +FROM python:3.12.7-slim ADD tools /src/tools ADD integration /src/integration