Skip to content

Commit f2a00ef

Browse files
authored
update ubi9 in ironbank images to 9.6 (#17808)
backport of #17802
1 parent a6ce1b0 commit f2a00ef

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docker/templates/Dockerfile.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ RUN go build
1515
<%# Start image_flavor 'ironbank' %>
1616
ARG BASE_REGISTRY=registry1.dso.mil
1717
ARG BASE_IMAGE=ironbank/redhat/ubi/ubi9
18-
ARG BASE_TAG=9.5
18+
ARG BASE_TAG=9.6
1919
ARG LOGSTASH_VERSION=<%= elastic_version %>
2020
ARG GOLANG_VERSION=1.21.8
2121

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)