From 4147717b15da903565b8ca56754c9e01cbd0c4d5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Sep 2024 07:05:37 +0000 Subject: [PATCH] Bump ubi9/python-39 in /.github/actions/documentation Bumps ubi9/python-39 from 1-197.1725907694 to 1-197.1726664308. --- 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 a61660d34..7b255ccfb 100644 --- a/.github/actions/documentation/Dockerfile +++ b/.github/actions/documentation/Dockerfile @@ -1,4 +1,4 @@ -FROM registry.access.redhat.com/ubi9/python-39:1-197.1725907694@sha256:278ae38e8f28ccba3cb7cd542f684d739a84f771e418fc8018d07a522205b05c +FROM registry.access.redhat.com/ubi9/python-39:1-197.1726664308@sha256:feda42148febbbadaf2ad594a342462b7d0260428e38503c0720610193fb24b6 # Pin versions in pip. # hadolint ignore=DL3013