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 32374db commit e7c0ba9Copy full SHA for e7c0ba9
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.3
+ARG BASE_TAG=9.4
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.3"
+ BASE_TAG: "9.4"
18
19
# Docker image labels
20
labels:
0 commit comments