From f33b754e055899671da534d748003d4eee93f04a Mon Sep 17 00:00:00 2001 From: Julien Lind Date: Fri, 21 Jun 2024 13:37:45 +0200 Subject: [PATCH] Update Elastic Agent docker image to use ubi 9.4 within the Ironbank context (#4983) Update Elastic Agent docker image to use ubi 9.4 within the Ironbank context --- dev-tools/packaging/templates/ironbank/Dockerfile.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-tools/packaging/templates/ironbank/Dockerfile.tmpl b/dev-tools/packaging/templates/ironbank/Dockerfile.tmpl index 26838f70b3a..45756c35f42 100644 --- a/dev-tools/packaging/templates/ironbank/Dockerfile.tmpl +++ b/dev-tools/packaging/templates/ironbank/Dockerfile.tmpl @@ -4,7 +4,7 @@ ################################################################################ ARG BASE_REGISTRY=registry1.dsop.io ARG BASE_IMAGE=redhat/ubi/ubi9 -ARG BASE_TAG=9.3 +ARG BASE_TAG=9.4 FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG} as prep_files