From 4d5573cd1630307dbccc596f7ca9fb70cf8ba1f7 Mon Sep 17 00:00:00 2001 From: Michael Simmons Date: Thu, 20 May 2021 08:58:41 -0600 Subject: [PATCH] Bumped base iamge to UBI 8.4 --- Dockerfile | 2 +- hardening_manifest.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index d5d6afd..c2fa228 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.2 +ARG BASE_TAG=8.4 FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG} as builder USER 0 RUN dnf install go wget make cmake gcc gcc-c++ python3 python3-devel python3-pip -y && \ diff --git a/hardening_manifest.yaml b/hardening_manifest.yaml index faa8337..18a81b3 100644 --- a/hardening_manifest.yaml +++ b/hardening_manifest.yaml @@ -15,7 +15,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