Skip to content

Commit c4ff0ee

Browse files
authored
Merge of #17518
2 parents 6bea91a + f00e5b5 commit c4ff0ee

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.5
7+
ARG BASE_TAG=9.6
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
@@ -11,7 +11,7 @@ tags:
1111
# Build args passed to Dockerfile ARGs
1212
args:
1313
BASE_IMAGE: "redhat/ubi/ubi9"
14-
BASE_TAG: "9.5"
14+
BASE_TAG: "9.6"
1515
ELASTIC_STACK: "${APM_SERVER_VERSION}"
1616
ELASTIC_PRODUCT: "apm-server"
1717
# Docker image labels

0 commit comments

Comments
 (0)