From d95311abda8658aaee45eaed1d9544b4908f0296 Mon Sep 17 00:00:00 2001 From: Casey Davenport Date: Fri, 8 Jul 2022 15:47:38 -0700 Subject: [PATCH] Update to use ubi-minimal:8.6 base image --- Dockerfile.amd64 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.amd64 b/Dockerfile.amd64 index a9bfdb58c..ede4b2f7d 100644 --- a/Dockerfile.amd64 +++ b/Dockerfile.amd64 @@ -95,7 +95,7 @@ RUN wget -P /tmp https://ftp.debian.org/debian/pool/main/r/runit/runit_${RUNIT_V cd /tmp/admin/runit-${RUNIT_VER}/ && \ package/install -FROM registry.access.redhat.com/ubi8/ubi-minimal:8.5 as ubi +FROM registry.access.redhat.com/ubi8/ubi-minimal:8.6 as ubi ARG ARCH ARG GIT_VERSION ARG IPTABLES_VER