From ab7a2c00f085d6162a5700504e9282dad330bbc2 Mon Sep 17 00:00:00 2001 From: Seed Admin Date: Wed, 26 May 2021 13:09:34 -0600 Subject: [PATCH] Update Version 8.4 --- Dockerfile | 2 +- hardening_manifest.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 96a4f00..3db7813 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ ARG BASE_REGISTRY=registry1.dso.mil ARG BASE_IMAGE=ironbank/redhat/ubi/ubi8 -ARG BASE_TAG=8.3 +ARG BASE_TAG=8.4 FROM arrikto/kubeflow/oidc-authservice:6ac9400 AS base FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG} ENV LANG C.UTF-8 diff --git a/hardening_manifest.yaml b/hardening_manifest.yaml index 5a7dffc..5457e29 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