Skip to content

Commit dc5bf5d

Browse files
authored
bump: ubi 9.7 (#18426) (#18433)
1 parent 4557b3b commit dc5bf5d

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.6
5+
ARG BASE_TAG=9.7
66
ARG LOGSTASH_VERSION=<%= elastic_version %>
77
ARG GOLANG_VERSION=1.25.0
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.6"
17+
BASE_TAG: "9.7"
1818
LOGSTASH_VERSION: "<%= elastic_version %>"
1919
GOLANG_VERSION: "1.21.8"
2020

0 commit comments

Comments
 (0)