From 797bc4ae42f770590b408e0625c3458a3d293544 Mon Sep 17 00:00:00 2001 From: Michael Simmons Date: Wed, 26 May 2021 10:01:27 -0600 Subject: [PATCH] Bumped base image to UBI 8.4 --- Dockerfile | 4 ++-- hardening_manifest.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 52cb2ed..dfce9d7 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.3 +ARG BASE_TAG=8.4 FROM amazon/aws-controllers-k8s:s3-v0.0.1 AS builder @@ -16,4 +16,4 @@ USER awscontrollersk8suser ENTRYPOINT ["/bin/controller"] -HEALTHCHECK NONE \ No newline at end of file +HEALTHCHECK NONE diff --git a/hardening_manifest.yaml b/hardening_manifest.yaml index 872555f..37a13bd 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