UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects

Update minio/mc Docker tag to RELEASE.2024-11-05T11-29-45Z

Merged Ghost User requested to merge renovate/minio-mc-2024.x 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.4
FROM minio/mc:RELEASE.2024-10-29T15-34-59Z as base
FROM minio/mc:RELEASE.2024-11-05T11-29-45Z as base
FROM $BASE_REGISTRY/$BASE_IMAGE:$BASE_TAG
Loading