From 7da36dd061c277266c5358440f0df9ad5431ca58 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Jun 2024 07:04:11 +0000 Subject: [PATCH] chore(deps): bump library/python Bumps library/python from `f6d0487` to `fce9bc7`. --- updated-dependencies: - dependency-name: library/python dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .../create_manifest_instance_build_images_containers/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/create_manifest_instance_build_images_containers/Dockerfile b/.github/actions/create_manifest_instance_build_images_containers/Dockerfile index 95b9a0f32b..2c236eaf41 100644 --- a/.github/actions/create_manifest_instance_build_images_containers/Dockerfile +++ b/.github/actions/create_manifest_instance_build_images_containers/Dockerfile @@ -1,4 +1,4 @@ -FROM docker.io/library/python:3.12@sha256:f6d04873f0a67146854270e5f6513ed5e0165557c1b10689f1a20e9e65c8fe8e AS builder +FROM docker.io/library/python:3.12@sha256:fce9bc7648ef917a5ab67176cf1c7eb41b110452e259736144bc22f32f3aa622 AS builder COPY images_containers_manifest.py /images_containers_manifest.py