From d0eaff4e05ef57f4ff1425d53edd7226456ad7b7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Nov 2024 12:35:25 +0100 Subject: [PATCH] Bump ubi9/python-39 in /.github/actions/documentation (#2576) Bumps ubi9/python-39 from `9a69bc1` to `84c0289`. --- updated-dependencies: - dependency-name: ubi9/python-39 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/actions/documentation/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/documentation/Dockerfile b/.github/actions/documentation/Dockerfile index 0b27c17f1..d56af10d1 100644 --- a/.github/actions/documentation/Dockerfile +++ b/.github/actions/documentation/Dockerfile @@ -1,4 +1,4 @@ -FROM registry.access.redhat.com/ubi9/python-39:9.5@sha256:9a69bc125da09d5cf39497519a955ec958e6618ea6874e46a8c571391dea0393 +FROM registry.access.redhat.com/ubi9/python-39:9.5@sha256:84c028923cd3c8554c9b5c1423a553a4cb8f3ee88c17a3d87756c9b08f5e8fe7 # Pin versions in pip. # hadolint ignore=DL3013