Skip to content

Commit 268565e

Browse files
mark-vieirajbudz
andauthored
Update IronBank docker image base to ubi:9.3 (#102721) (#103076)
Co-authored-by: Jon <[email protected]>
1 parent f347620 commit 268565e

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.2
25+
ARG BASE_TAG=9.3
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.2"
17+
BASE_TAG: "9.3"
1818

1919
# Docker image labels
2020
labels:

0 commit comments

Comments
 (0)