UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects

Update version and fix HM typo

Merged Joseph Karpp requested to merge Update_Renovate into development
2 files
+ 5
5
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 1
1
@@ -2,7 +2,7 @@ ARG BASE_REGISTRY=registry1.dso.mil
ARG BASE_IMAGE=ironbank/redhat/ubi/ubi9-minimal
ARG BASE_TAG=9.3
FROM minio/mc:RELEASE.2024-04-18T16-45-29Z as base
FROM minio/mc:RELEASE.2024-04-29T09-56-05Z as base
FROM $BASE_REGISTRY/$BASE_IMAGE:$BASE_TAG
Loading