We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f347620 commit 268565eCopy full SHA for 268565e
distribution/docker/src/docker/Dockerfile
@@ -22,7 +22,7 @@
22
<% if (docker_base == 'iron_bank') { %>
23
ARG BASE_REGISTRY=registry1.dso.mil
24
ARG BASE_IMAGE=ironbank/redhat/ubi/ubi9
25
-ARG BASE_TAG=9.2
+ARG BASE_TAG=9.3
26
<% } %>
27
28
################################################################################
distribution/docker/src/docker/iron_bank/hardening_manifest.yaml
@@ -14,7 +14,7 @@ tags:
14
# Build args passed to Dockerfile ARGs
15
args:
16
BASE_IMAGE: "redhat/ubi/ubi9"
17
- BASE_TAG: "9.2"
+ BASE_TAG: "9.3"
18
19
# Docker image labels
20
labels:
0 commit comments