From 94a56e70786660f1934023da2f4577e1e27eca53 Mon Sep 17 00:00:00 2001 From: Al Fontaine Date: Mon, 24 May 2021 14:00:53 +0000 Subject: [PATCH 1/2] Update hardening_manifest.yaml --- hardening_manifest.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hardening_manifest.yaml b/hardening_manifest.yaml index 9b878a5..477ccb0 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: org.opencontainers.image.title: "Gitlab Ruby" -- GitLab From a85e67b3276315d7380aec6e716f66a1d0025baf Mon Sep 17 00:00:00 2001 From: Al Fontaine Date: Mon, 24 May 2021 14:01:10 +0000 Subject: [PATCH 2/2] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 275990f..b4cb35b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ ARG GITLAB_VERSION=v13.12.0-ubi8 ARG BASE_REGISTRY=nexus-docker-secure.levelup-nexus.svc.cluster.local:18082 ARG BASE_IMAGE=redhat/ubi/ubi8 -ARG BASE_TAG=8.3 +ARG BASE_TAG=8.4 ARG UBI_IMAGE=${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG} -- GitLab