From 2043a8388c0808b2111419d0b19e6ac273d5db84 Mon Sep 17 00:00:00 2001 From: Brad Smith Date: Tue, 31 Jan 2023 13:53:57 -0500 Subject: [PATCH] update base image to ubi-minimal:8.7-1049 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index fde0785..e4ff68c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM registry.access.redhat.com/ubi8/ubi-minimal:8.7-1031 +FROM registry.access.redhat.com/ubi8/ubi-minimal:8.7-1049 RUN rpm -ivh https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm \ && rpm -ivh https://download.postgresql.org/pub/repos/yum/reporpms/EL-8-x86_64/pgdg-redhat-repo-latest.noarch.rpm \