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 a6ce1b0 commit f2a00efCopy full SHA for f2a00ef
docker/templates/Dockerfile.erb
@@ -15,7 +15,7 @@ RUN go build
15
<%# Start image_flavor 'ironbank' %>
16
ARG BASE_REGISTRY=registry1.dso.mil
17
ARG BASE_IMAGE=ironbank/redhat/ubi/ubi9
18
-ARG BASE_TAG=9.5
+ARG BASE_TAG=9.6
19
ARG LOGSTASH_VERSION=<%= elastic_version %>
20
ARG GOLANG_VERSION=1.21.8
21
docker/templates/hardening_manifest.yaml.erb
@@ -14,7 +14,7 @@ tags:
14
# Build args passed to Dockerfile ARGs
args:
BASE_IMAGE: "redhat/ubi/ubi9"
- BASE_TAG: "9.5"
+ BASE_TAG: "9.6"
LOGSTASH_VERSION: "<%= elastic_version %>"
GOLANG_VERSION: "1.21.8"
0 commit comments