Skip to content

Commit 9c5092d

Browse files
authored
update ubi9 ironbank base image to 9.6 (#17802)
1 parent 8e73c68 commit 9c5092d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docker/templates/IronbankDockerfile.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
ARG BASE_REGISTRY=registry1.dso.mil
44
ARG BASE_IMAGE=ironbank/redhat/ubi/ubi9
5-
ARG BASE_TAG=9.5
5+
ARG BASE_TAG=9.6
66
ARG LOGSTASH_VERSION=<%= elastic_version %>
77
ARG GOLANG_VERSION=1.21.8
88

docker/templates/hardening_manifest.yaml.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ tags:
1414
# Build args passed to Dockerfile ARGs
1515
args:
1616
BASE_IMAGE: "redhat/ubi/ubi9"
17-
BASE_TAG: "9.5"
17+
BASE_TAG: "9.6"
1818
LOGSTASH_VERSION: "<%= elastic_version %>"
1919
GOLANG_VERSION: "1.21.8"
2020

0 commit comments

Comments
 (0)