From edb2c4e0e35202fe3b47f7460e7ddf59dbc34806 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 6 Jul 2024 13:44:58 +0000 Subject: [PATCH] build(deps): Bump ubi8/ubi in /CI/Dockerfiles Bumps ubi8/ubi from `143123d` to `44d7500`. --- updated-dependencies: - dependency-name: ubi8/ubi dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- CI/Dockerfiles/Dockerfile.RHUbi8 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CI/Dockerfiles/Dockerfile.RHUbi8 b/CI/Dockerfiles/Dockerfile.RHUbi8 index ee6d448f..dada0d8d 100644 --- a/CI/Dockerfiles/Dockerfile.RHUbi8 +++ b/CI/Dockerfiles/Dockerfile.RHUbi8 @@ -20,7 +20,7 @@ # Dockerfile for Continuous Integration # More info at https://github.com/openwall/john-packages -FROM registry.access.redhat.com/ubi8/ubi:latest@sha256:143123d85045df426c5bbafc6863659880ebe276eb02c77ee868b88d08dbd05d +FROM registry.access.redhat.com/ubi8/ubi:latest@sha256:44d75007b39e0e1bbf1bcfd0721245add54c54c3f83903f8926fb4bef6827aa2 LABEL org.opencontainers.image.authors="Claudio André " LABEL description="Docker images for John the Ripper CI (1.0.Red Hat 8)" LABEL org.opencontainers.image.source="https://github.com/openwall/john-packages"