Skip to content

Commit 4e4434f

Browse files
authored
Merge of #19588
2 parents 3db1346 + 5a0653e commit 4e4434f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packaging/ironbank/Dockerfile

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.6
7+
ARG BASE_TAG=9.7
88

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

packaging/ironbank/hardening_manifest.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ tags:
1313
# Build args passed to Dockerfile ARGs
1414
args:
1515
BASE_IMAGE: "redhat/ubi/ubi9"
16-
BASE_TAG: "9.6"
16+
BASE_TAG: "9.7"
1717
ELASTIC_STACK: "{{ beat_version }}"
1818
ELASTIC_PRODUCT: "apm-server"
1919

0 commit comments

Comments
 (0)