From 692cb790be252943c163adc790059ff01657b500 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jun 2024 06:08:17 +0000 Subject: [PATCH] chore(deps): bump library/python Bumps library/python from `5a88c14` to `f6d0487`. --- 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 2b005fffd4..95b9a0f32b 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:5a88c14f0f26df7a092edc139bdec35621e8ac11f8c95b38d2a9283bad0cfce1 AS builder +FROM docker.io/library/python:3.12@sha256:f6d04873f0a67146854270e5f6513ed5e0165557c1b10689f1a20e9e65c8fe8e AS builder COPY images_containers_manifest.py /images_containers_manifest.py