From ace4ac8f83a1d27974ace1d675d2f56a1c20ca2f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Jan 2024 14:25:27 -0600 Subject: [PATCH] build(deps): bump ubi8/ubi-minimal from 8.9-1108 to 8.9-1108.1705420507 (#1819) Bumps ubi8/ubi-minimal from 8.9-1108 to 8.9-1108.1705420507. --- updated-dependencies: - dependency-name: ubi8/ubi-minimal dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index efde2a5a5..0c8826b51 100644 --- a/Dockerfile +++ b/Dockerfile @@ -94,7 +94,7 @@ FROM quay.io/testnetworkfunction/oct:latest AS db # Copy the state into a new flattened image to reduce size. # TODO run as non-root -FROM registry.access.redhat.com/ubi8/ubi-minimal:8.9-1108 +FROM registry.access.redhat.com/ubi8/ubi-minimal:8.9-1108.1705420507 ENV \ TNF_DIR=/usr/tnf \