From 101aa059d204c91bd2edd50245e20e75d8b07ed1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Sep 2025 04:50:39 +0000 Subject: [PATCH] build(deps): bump ubi9/python-39 in /.github/actions/documentation Bumps ubi9/python-39 from `cc46d29` to `842eeb9`. --- updated-dependencies: - dependency-name: ubi9/python-39 dependency-version: '9.6' 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 b8ac871be..4c32369be 100644 --- a/.github/actions/documentation/Dockerfile +++ b/.github/actions/documentation/Dockerfile @@ -1,4 +1,4 @@ -FROM registry.access.redhat.com/ubi9/python-39:9.6@sha256:cc46d2979862d93e9da4d021e9100c7feb542dac3157acb2715b8baf54730c2b +FROM registry.access.redhat.com/ubi9/python-39:9.6@sha256:842eeb962621099270f52246499b16c7da5204b76d4a33c94d59339061404827 # Pin versions in pip. # hadolint ignore=DL3013