From b4012979d6f5555a3815766a7d52efb3506b795f Mon Sep 17 00:00:00 2001 From: Ryan Akers Date: Tue, 8 Jun 2021 14:49:55 -0600 Subject: [PATCH] Update to 8.4 --- Dockerfile | 2 +- hardening_manifest.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 3c6846b..2e38119 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 build USER 0 RUN dnf install go wget make cmake gcc -y && \ diff --git a/hardening_manifest.yaml b/hardening_manifest.yaml index fd72372..9b7456f 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