From ad00edd9bc6f03867b6c21ec25ca9eb12ac7cf7d Mon Sep 17 00:00:00 2001 From: Joshua Eason Date: Wed, 18 Aug 2021 00:08:56 +0000 Subject: [PATCH] Updating to UBI 8.4 --- Dockerfile | 2 +- hardening_manifest.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 42c8ac2..5489a46 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ ARG BASE_REGISTRY=registry1.dsop.io/ironbank/redhat/ubi ARG BASE_IMAGE=ubi8 -ARG BASE_TAG=8.3 +ARG BASE_TAG=8.4 FROM kubebuilder/kube-rbac-proxy:v0.4.0 as base FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG} diff --git a/hardening_manifest.yaml b/hardening_manifest.yaml index 79f925d..955234e 100644 --- a/hardening_manifest.yaml +++ b/hardening_manifest.yaml @@ -12,7 +12,7 @@ tags: # Build args passed to Dockerfile ARGs args: BASE_IMAGE: "redhat/ubi/ubi8" - BASE_TAG: "8.3" + BASE_TAG: "8.4" # Docker image labels labels: @@ -34,4 +34,4 @@ maintainers: - email: "cvernooy@oteemo.com" name: "Chris Vernooy" username: "cvernooy" - cht_member: true \ No newline at end of file + cht_member: true -- GitLab