From a3358d19c116df02eb2911572fa2765a66cfebc0 Mon Sep 17 00:00:00 2001 From: Joshua Eason Date: Mon, 5 Jul 2021 17:03:20 -0600 Subject: [PATCH] Update to UBI 8.4 --- Dockerfile | 2 +- hardening_manifest.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 6ed3dc9..b323aaa 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ # Build the intermediate container ARG BASE_REGISTRY=registry1.dso.mil ARG BASE_IMAGE=ironbank/redhat/ubi/ubi8 -ARG BASE_TAG=8.3 +ARG BASE_TAG=8.4 FROM kubeflow-images-public/admission-webhook:v20190520-v0-139-gcee39dbc-dirty-0d8f4c AS base FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG} RUN mkdir -p /app diff --git a/hardening_manifest.yaml b/hardening_manifest.yaml index ba00538..56c0153 100644 --- a/hardening_manifest.yaml +++ b/hardening_manifest.yaml @@ -10,7 +10,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