From 6b51afc7c02370416b07741096f3d9661c2d7171 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Sep 2026 11:04:47 +0000 Subject: [PATCH] Bump python from `b877e50` to `caaf356` in /Controller Bumps python from `b877e50` to `caaf356`. --- updated-dependencies: - dependency-name: python dependency-version: 3.14-slim dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Controller/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Controller/Dockerfile b/Controller/Dockerfile index 33b39e7..2fc3c1d 100644 --- a/Controller/Dockerfile +++ b/Controller/Dockerfile @@ -5,7 +5,7 @@ # (adds a BusyBox shell). Never push the debug variant. # --- builder --------------------------------------------------------------- -FROM python:3.14-slim@sha256:b877e50bd90de10af8d82c57a022fc2e0dc731c5320d762a27986facfc3355c1 AS builder +FROM python:3.14-slim@sha256:caaf356f40667c496d405780745b9ac25771c189a51dfcc42430d531ea09f8a2 AS builder WORKDIR /app COPY requirements.txt ./requirements.txt RUN pip install --no-cache-dir -r requirements.txt