From 11b328d394eeaa191061269bb569c83b20711701 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Oct 2025 07:18:19 +0000 Subject: [PATCH] chore(deps): bump python in /apps/guard-api in the python-runtime group Bumps the python-runtime group in /apps/guard-api with 1 update: python. Updates `python` from 3.13-slim to 3.14-slim --- updated-dependencies: - dependency-name: python dependency-version: 3.14-slim dependency-type: direct:production dependency-group: python-runtime ... Signed-off-by: dependabot[bot] --- apps/guard-api/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/guard-api/Dockerfile b/apps/guard-api/Dockerfile index aa90342..e11e730 100644 --- a/apps/guard-api/Dockerfile +++ b/apps/guard-api/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.13-slim +FROM python:3.14-slim # Security: Create non-root user first RUN groupadd --gid 1000 gitguard && \