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.
1 parent 8e73c68 commit 9c5092dCopy full SHA for 9c5092d
docker/templates/IronbankDockerfile.erb
@@ -2,7 +2,7 @@
2
3
ARG BASE_REGISTRY=registry1.dso.mil
4
ARG BASE_IMAGE=ironbank/redhat/ubi/ubi9
5
-ARG BASE_TAG=9.5
+ARG BASE_TAG=9.6
6
ARG LOGSTASH_VERSION=<%= elastic_version %>
7
ARG GOLANG_VERSION=1.21.8
8
docker/templates/hardening_manifest.yaml.erb
@@ -14,7 +14,7 @@ tags:
14
# Build args passed to Dockerfile ARGs
15
args:
16
BASE_IMAGE: "redhat/ubi/ubi9"
17
- BASE_TAG: "9.5"
+ BASE_TAG: "9.6"
18
LOGSTASH_VERSION: "<%= elastic_version %>"
19
GOLANG_VERSION: "1.21.8"
20
0 commit comments