From 8a9a42652ed6abfbd1aea2a495bf4997d6d46a3f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Dec 2024 17:28:51 +0000 Subject: [PATCH] Bump ubi9/python-39 in /.github/actions/documentation Bumps ubi9/python-39 from `daa95bd` to `dde5068`. --- updated-dependencies: - dependency-name: ubi9/python-39 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .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 976c2fa9d..81f97209c 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:daa95bd4459da0314c06a918ead906be049f74f2f19850cf259f06761ddb3979 +FROM registry.access.redhat.com/ubi9/python-39:9.5@sha256:dde5068ba8fd81eef41a9128ddad2b99e2e02e5869ffe925c605b609a0ad7bbb # Pin versions in pip. # hadolint ignore=DL3013