From 63ac7cca6e2297061f5aaa353844297fab061677 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Sep 2024 18:42:24 +0530 Subject: [PATCH] Bump ubi8/ubi-minimal from 8.10-1052.1724178568 to 8.10-1086 (#163) Bumps ubi8/ubi-minimal from 8.10-1052.1724178568 to 8.10-1086. --- 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 | 4 ++-- Dockerfile-e2e | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index a0bd3ef5..41f8dcd3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM registry.access.redhat.com/ubi8/ubi-minimal:8.10-1052.1724178568 AS builder +FROM registry.access.redhat.com/ubi8/ubi-minimal:8.10-1086 AS builder ARG TARGETARCH USER root @@ -24,7 +24,7 @@ COPY main.go Makefile ./ ARG VERSION RUN VERSION=${VERSION} make build -FROM registry.access.redhat.com/ubi8/ubi-minimal:8.10-1052.1724178568 +FROM registry.access.redhat.com/ubi8/ubi-minimal:8.10-1086 COPY --from=builder /workspace/bin/inventory-api /usr/local/bin/ diff --git a/Dockerfile-e2e b/Dockerfile-e2e index 2d935039..09b7ffff 100644 --- a/Dockerfile-e2e +++ b/Dockerfile-e2e @@ -1,4 +1,4 @@ -FROM registry.access.redhat.com/ubi8/ubi-minimal:8.10-1052.1724178568 AS builder +FROM registry.access.redhat.com/ubi8/ubi-minimal:8.10-1086 AS builder ARG TARGETARCH USER root @@ -22,7 +22,7 @@ COPY test/e2e . RUN go mod tidy RUN go test -c -o e2e-inventory-tests -FROM registry.access.redhat.com/ubi8/ubi-minimal:8.10-1052.1724178568 +FROM registry.access.redhat.com/ubi8/ubi-minimal:8.10-1086 COPY --from=builder /workspace/e2e-inventory-tests /usr/local/bin/