From 009694ea180a3f0b8e4422495ebf33260036c57e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 14:59:10 +0000 Subject: [PATCH] Bump python from 3.12.6-slim-bullseye to 3.12.7-slim-bullseye in /azure Bumps python from 3.12.6-slim-bullseye to 3.12.7-slim-bullseye. --- updated-dependencies: - dependency-name: python dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- azure/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure/Dockerfile b/azure/Dockerfile index 957c6bd..ecdc2c0 100644 --- a/azure/Dockerfile +++ b/azure/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.12.6-slim-bullseye as base +FROM python:3.12.7-slim-bullseye as base LABEL maintainer="security@khulnasoft.com"