From ae75636e179c0039c92af635be8b5da347d481ad Mon Sep 17 00:00:00 2001 From: kaisecheng <69120390+kaisecheng@users.noreply.github.com> Date: Thu, 19 Dec 2024 17:24:01 +0000 Subject: [PATCH] update ironbank image to ubi9/9.5 (#16819) --- docker/templates/IronbankDockerfile.erb | 2 +- docker/templates/hardening_manifest.yaml.erb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docker/templates/IronbankDockerfile.erb b/docker/templates/IronbankDockerfile.erb index db810f8307e..77f7ecab8f7 100644 --- a/docker/templates/IronbankDockerfile.erb +++ b/docker/templates/IronbankDockerfile.erb @@ -2,7 +2,7 @@ ARG BASE_REGISTRY=registry1.dso.mil ARG BASE_IMAGE=ironbank/redhat/ubi/ubi9 -ARG BASE_TAG=9.3 +ARG BASE_TAG=9.5 ARG LOGSTASH_VERSION=<%= elastic_version %> ARG GOLANG_VERSION=1.21.8 diff --git a/docker/templates/hardening_manifest.yaml.erb b/docker/templates/hardening_manifest.yaml.erb index dd24d670c07..44c170838eb 100644 --- a/docker/templates/hardening_manifest.yaml.erb +++ b/docker/templates/hardening_manifest.yaml.erb @@ -14,7 +14,7 @@ tags: # Build args passed to Dockerfile ARGs args: BASE_IMAGE: "redhat/ubi/ubi9" - BASE_TAG: "9.3" + BASE_TAG: "9.5" LOGSTASH_VERSION: "<%= elastic_version %>" GOLANG_VERSION: "1.21.8"