Skip to content

Commit e7c0ba9

Browse files
authored
Update IronBank docker image base to ubi:9.4 (#111743)
1 parent 32374db commit e7c0ba9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

distribution/docker/src/docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<% if (docker_base == 'iron_bank') { %>
2323
ARG BASE_REGISTRY=registry1.dso.mil
2424
ARG BASE_IMAGE=ironbank/redhat/ubi/ubi9
25-
ARG BASE_TAG=9.3
25+
ARG BASE_TAG=9.4
2626
<% } %>
2727
2828
################################################################################

distribution/docker/src/docker/iron_bank/hardening_manifest.yaml

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.3"
17+
BASE_TAG: "9.4"
1818

1919
# Docker image labels
2020
labels:

0 commit comments

Comments
 (0)