From 4ce5cc084883dcce8ba1c74dd2cf04e26bdd70ee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Aug 2026 04:33:07 +0000 Subject: [PATCH] docker: bump python from 3.12-slim to 3.14-slim in /deploy Bumps python from 3.12-slim to 3.14-slim. --- updated-dependencies: - dependency-name: python dependency-version: 3.14-slim dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- deploy/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/Dockerfile b/deploy/Dockerfile index f3105ee..24b15a5 100644 --- a/deploy/Dockerfile +++ b/deploy/Dockerfile @@ -10,7 +10,7 @@ # # The serving image needs neither PyTorch nor the decisionrl package, only onnxruntime + # FastAPI, so it stays small. The entrypoint is the standalone deploy/serve.py. -FROM python:3.12-slim +FROM python:3.14-slim WORKDIR /app