Skip to content

Commit 9fd3aae

Browse files
deps: Bump ironbank version to 9.5 (#6046)
* chore: deps(ironbank): Bump ubi version to 9.5 Made with ❤️️ by updatecli * chore: deps(ironbank): Bump ubi version to 9.5 Made with ❤️️ by updatecli --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 0c4e7a9 commit 9fd3aae

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dev-tools/packaging/templates/ironbank/Dockerfile.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
################################################################################
55
ARG BASE_REGISTRY=registry1.dsop.io
66
ARG BASE_IMAGE=redhat/ubi/ubi9
7-
ARG BASE_TAG=9.4
7+
ARG BASE_TAG=9.5
88

99
FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG} as prep_files
1010

dev-tools/packaging/templates/ironbank/hardening_manifest.yaml.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ tags:
1414
# Build args passed to Dockerfile ARGs
1515
args:
1616
BASE_IMAGE: "redhat/ubi/ubi9"
17-
BASE_TAG: "9.4"
17+
BASE_TAG: "9.5"
1818
ELASTIC_STACK: "{{ beat_version }}"
1919
ELASTIC_PRODUCT: "elastic-agent"
2020

0 commit comments

Comments
 (0)