From d6266db6eaf340e56ec9fedf570967c3a8206668 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Apr 2024 17:44:06 +0000 Subject: [PATCH] build(deps): bump ubi9/python-39 in /.github/actions/documentation Bumps ubi9/python-39 from 1-172.1712567222 to 1-182. --- updated-dependencies: - dependency-name: ubi9/python-39 dependency-type: direct:production ... 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 59959280c..b7b73f4cd 100644 --- a/.github/actions/documentation/Dockerfile +++ b/.github/actions/documentation/Dockerfile @@ -1,4 +1,4 @@ -FROM registry.access.redhat.com/ubi9/python-39:1-172.1712567222@sha256:c96f839e927c52990143df4efb2872946fcd5de9e1ed2014947bb2cf3084c27a +FROM registry.access.redhat.com/ubi9/python-39:1-182@sha256:ccfe85751df5091531e93d8b2cd2986535367947b64438e2fcf81d072f2f8ad5 # Pin versions in pip. # hadolint ignore=DL3013