From 547c00dea377f5f576a36e82d706c701d79ef139 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Aug 2024 12:52:49 -0500 Subject: [PATCH] Bump ubi9/python-39 in /.github/actions/documentation (#2359) Bumps ubi9/python-39 from 1-192.1722518946 to 1-192.1723128185. --- updated-dependencies: - dependency-name: ubi9/python-39 dependency-type: direct:production ... 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 28968552d..9dd29ce34 100644 --- a/.github/actions/documentation/Dockerfile +++ b/.github/actions/documentation/Dockerfile @@ -1,4 +1,4 @@ -FROM registry.access.redhat.com/ubi9/python-39:1-192.1722518946@sha256:0176b477075984d5a502253f951d2502f0763c551275f9585ac515b9f241d73d +FROM registry.access.redhat.com/ubi9/python-39:1-192.1723128185@sha256:dbaa6cb3c0e9f9e017aa9f3ed184a450e8103f07017c8061fbc65453924cf649 # Pin versions in pip. # hadolint ignore=DL3013