From 14aaa7a3925a4c6a79ad70004651de9eb87ba6d2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Oct 2024 03:41:26 +0000 Subject: [PATCH] Bump python from 3.8-alpine to 3.12.7-alpine Bumps python from 3.8-alpine to 3.12.7-alpine. --- updated-dependencies: - dependency-name: python 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 974a2ad3ce..10a950fa8c 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:3bd7ea88cb637e09d6c7de24c5394657163a85c2be82bfebe0305cf07f8de1ea +FROM python:3.12.7-alpine@sha256:5a1449f87c424dd94a1e4cc50c96967d4d3d04160c9f1bcd7fca60b0b0c6b4a3 ARG SOURCE_VERSION=0+unknown ENV SOURCE_VERSION=${SOURCE_VERSION} diff --git a/flowmachine.Dockerfile b/flowmachine.Dockerfile index 44aabc4595..d12781ab6f 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:fa925b59486a5c2d8e3d10897fc9da22def0bce17a9c18924c8ece3819823635 +FROM python:3.12-bullseye@sha256:e9d357712b2a7c3b3cfeec25d72b651b476b47c2a64bf9a06c8d6392681a2b4a ARG SOURCE_VERSION=0+unknown ENV SOURCE_VERSION=${SOURCE_VERSION}