From 2a31f67980fa3141e4164623975ffe222a8d2ac3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 May 2026 03:03:23 +0000 Subject: [PATCH] Bump python from 3.8-alpine to 3.14.5-alpine Bumps python from 3.8-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] --- flowapi.Dockerfile | 2 +- flowmachine.Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/flowapi.Dockerfile b/flowapi.Dockerfile index e82550a464..1eb3f74392 100644 --- a/flowapi.Dockerfile +++ b/flowapi.Dockerfile @@ -2,7 +2,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. -FROM python:3.8-alpine@sha256:3d93b1f77efce339aa77db726656872517b0d67837989aa7c4b35bd5ae7e81ba +FROM python:3.14.5-alpine@sha256:7128d274340c3aa2e34596c7a62fff85de8f4d71d46731f9dbe3c0e2cfd9117c ARG SOURCE_VERSION=0+unknown ENV SOURCE_VERSION=${SOURCE_VERSION} diff --git a/flowmachine.Dockerfile b/flowmachine.Dockerfile index b7219ecdb5..bdaa5b69b8 100644 --- a/flowmachine.Dockerfile +++ b/flowmachine.Dockerfile @@ -2,7 +2,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. -FROM python:3.12-bullseye@sha256:8a0a0b029be52d01c57e91037658a47fc46e37abd2994546ab0738a7590cf70c +FROM python:3.13-bullseye@sha256:f58f33e0563f2ba81c7afe6259cd912f0c33413da93c75cc3a70a941c17afa8c ARG SOURCE_VERSION=0+unknown ENV SOURCE_VERSION=${SOURCE_VERSION}