From d3a83132ae82eb0aca02d3ccfbbd9626a52d2e6f Mon Sep 17 00:00:00 2001 From: "anaconda-renovate[bot]" <117830771+anaconda-renovate[bot]@users.noreply.github.com> Date: Fri, 20 Sep 2024 21:15:27 +0000 Subject: [PATCH] chore(deps): update registry.access.redhat.com/ubi8/ubi:latest docker digest to fbfce63 --- container/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/container/Dockerfile b/container/Dockerfile index 3a34109..76820c4 100644 --- a/container/Dockerfile +++ b/container/Dockerfile @@ -1,4 +1,4 @@ -FROM --platform=linux/amd64 registry.access.redhat.com/ubi8/ubi:latest@sha256:d5e2d1ddf34b573673581940f1341c7b3301ff8efde28f17100b31a3df7d94b6 +FROM --platform=linux/amd64 registry.access.redhat.com/ubi8/ubi:latest@sha256:fbfce63673a271ecb857faac4412442fe7aeb3a84f564d16a790ca7b5c8b7105 # Perform Environment Maintenance RUN yum update && yum install -y gcc clang cmake