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 6bea91a + f00e5b5 commit c4ff0eeCopy full SHA for c4ff0ee
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.5
+ARG BASE_TAG=9.6
8
9
FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG} AS prep_files
10
packaging/ironbank/hardening_manifest.yaml
@@ -11,7 +11,7 @@ tags:
11
# Build args passed to Dockerfile ARGs
12
args:
13
BASE_IMAGE: "redhat/ubi/ubi9"
14
- BASE_TAG: "9.5"
+ BASE_TAG: "9.6"
15
ELASTIC_STACK: "${APM_SERVER_VERSION}"
16
ELASTIC_PRODUCT: "apm-server"
17
# Docker image labels
0 commit comments