UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects

Update minio/mc Docker tag to vRELEASE.2022-01-07T06-01-38Z

Merged renovate requested to merge renovate/minio-mc-2022.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/ubi8
ARG BASE_TAG=latest
FROM minio/mc:RELEASE.2022-01-05T23-52-51Z as base
FROM minio/mc:RELEASE.2022-01-07T06-01-38Z as base
FROM $BASE_REGISTRY/$BASE_IMAGE:$BASE_TAG
Loading