From c444f5e8335044664788d0b0a0ea4daa127e1c3f Mon Sep 17 00:00:00 2001 From: Rob Bavey Date: Mon, 23 Oct 2023 12:47:27 -0400 Subject: [PATCH] Update ubi8 base image to 8.7 (#15487) (cherry picked from commit 57cc392d0e9a86bfae38e8565c02be0180dcd8f7) --- docker/templates/hardening_manifest.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/templates/hardening_manifest.yaml b/docker/templates/hardening_manifest.yaml index 8014c8df5ff..415fb4c0f8a 100644 --- a/docker/templates/hardening_manifest.yaml +++ b/docker/templates/hardening_manifest.yaml @@ -14,7 +14,7 @@ tags: # Build args passed to Dockerfile ARGs args: BASE_IMAGE: "redhat/ubi/ubi8" - BASE_TAG: "8.6" + BASE_TAG: "8.7" LOGSTASH_VERSION: "{{ elastic_version }}" GOLANG_VERSION: "1.17.8"