From 9085435e56c3aa784fb484ac05d16ea179562568 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 May 2024 14:15:08 +0100 Subject: [PATCH] Bump ubi8/ubi-minimal from 8.9-1161 to 8.9-1161.1715068733 (#67) Bumps ubi8/ubi-minimal from 8.9-1161 to 8.9-1161.1715068733. --- 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 b42c9cb..f362f54 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM registry.access.redhat.com/ubi8/ubi-minimal:8.9-1161 AS builder +FROM registry.access.redhat.com/ubi8/ubi-minimal:8.9-1161.1715068733 AS builder ARG TARGETARCH USER root RUN microdnf install -y tar gzip make which