From 74690c650aa01c5bf3d5169d47bdf71a6b91aa8e Mon Sep 17 00:00:00 2001 From: "sean.melissari" Date: Thu, 20 May 2021 13:18:23 +0000 Subject: [PATCH] bump ubi --- Dockerfile | 2 +- hardening_manifest.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 1471259..63938bf 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 spark-operator/spark-operator:v1beta2-1.0.0-2.4.4 AS base FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG} RUN dnf install -y openssl curl diff --git a/hardening_manifest.yaml b/hardening_manifest.yaml index 2f40222..a4d306f 100644 --- a/hardening_manifest.yaml +++ b/hardening_manifest.yaml @@ -11,7 +11,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