From 641d2201b26cf7233212fe50a12dd3b85b70355d Mon Sep 17 00:00:00 2001 From: Michael Simmons Date: Mon, 24 May 2021 12:34:13 -0600 Subject: [PATCH] Bumped base image to UBI 8.4 --- Dockerfile | 2 +- hardening_manifest.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index d164f21..28872fc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ ARG BASE_REGISTRY=registry1.dsop.io ARG BASE_IMAGE=ironbank/redhat/ubi/ubi8 -ARG BASE_TAG=8.3 +ARG BASE_TAG=8.4 FROM quay.io/jetstack/cert-manager-controller:v0.11.0 as base diff --git a/hardening_manifest.yaml b/hardening_manifest.yaml index cee070c..dd5805e 100644 --- a/hardening_manifest.yaml +++ b/hardening_manifest.yaml @@ -14,7 +14,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: -- GitLab