Skip to content

Commit 08ffe30

Browse files
mark-vieirajbudz
andauthored
Update IronBank docker image base to ubi:9.3 (#102721) (#103077)
# Conflicts: # distribution/docker/src/docker/Dockerfile Co-authored-by: Jon <[email protected]>
1 parent 253f1f4 commit 08ffe30

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
@@ -27,7 +27,7 @@
2727
2828
ARG BASE_REGISTRY=registry1.dso.mil
2929
ARG BASE_IMAGE=ironbank/redhat/ubi/ubi9
30-
ARG BASE_TAG=9.2
30+
ARG BASE_TAG=9.3
3131
3232
FROM ${base_image} AS builder
3333

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)