We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c7929bd + 5a0653e commit 4c3b6f4Copy full SHA for 4c3b6f4
packaging/ironbank/Dockerfile
@@ -4,7 +4,7 @@
4
################################################################################
5
ARG BASE_REGISTRY=registry1.dsop.io
6
ARG BASE_IMAGE=redhat/ubi/ubi9
7
-ARG BASE_TAG=9.6
+ARG BASE_TAG=9.7
8
9
FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG} AS prep_files
10
packaging/ironbank/hardening_manifest.yaml
@@ -13,7 +13,7 @@ tags:
13
# Build args passed to Dockerfile ARGs
14
args:
15
BASE_IMAGE: "redhat/ubi/ubi9"
16
- BASE_TAG: "9.6"
+ BASE_TAG: "9.7"
17
ELASTIC_STACK: "{{ beat_version }}"
18
ELASTIC_PRODUCT: "apm-server"
19
0 commit comments