From 141b6503ad29cbbb5885dd61959f3ff27115af4a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Jun 2024 11:34:27 -0400 Subject: [PATCH] Bump ubi9/ubi from 9.4-947.1717074712 to 9.4-1123 in /carbonj.service (#935) Bumps ubi9/ubi from 9.4-947.1717074712 to 9.4-1123. --- updated-dependencies: - dependency-name: ubi9/ubi dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- carbonj.service/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/carbonj.service/Dockerfile b/carbonj.service/Dockerfile index 4571f311..e7aa2f81 100644 --- a/carbonj.service/Dockerfile +++ b/carbonj.service/Dockerfile @@ -5,7 +5,7 @@ # For full license text, see the LICENSE file in the repo root or https://opensource.org/licenses/BSD-3-Clause # -FROM registry.access.redhat.com/ubi9/ubi:9.4-947.1717074712 +FROM registry.access.redhat.com/ubi9/ubi:9.4-1123 ARG DEPENDENCY=build/docker/dependency ARG VERSION=latest