From 11f2515588a914ba22ef83c3a7360b7a36acc28c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 30 May 2026 00:07:16 +0000 Subject: [PATCH] build(deps): bump python from 3.13-alpine to 3.14.5-alpine Bumps python from 3.13-alpine to 3.14.5-alpine. --- updated-dependencies: - dependency-name: python dependency-version: 3.14.5-alpine dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 6f6b535..cb9da8c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ # non-root user and serves HTTP on port 3000, matching deploy/deployment.yaml's # securityContext (runAsNonRoot, readOnlyRootFilesystem) and its liveness/readiness # probes. Replace it with your stack's (typically multi-stage) build. -FROM python:3.13-alpine +FROM python:3.14.5-alpine WORKDIR /app RUN printf 'gitops-tenant-template

Replace this placeholder with your app.

\n' > index.html EXPOSE 3000