Skip to content

Commit 765fb1f

Browse files
Minio release image tag update (#925)
1 parent c56414b commit 765fb1f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/CommunityToolkit.Aspire.Hosting.Minio/MinioContainerImageTags.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ internal static class MinioContainerImageTags
66
public const string Registry = "docker.io";
77
/// <summary>minio/minio</summary>
88
public const string Image = "minio/minio";
9-
/// <summary>RELEASE.2025-04-22T22-12-26Z</summary>
10-
public const string Tag = "RELEASE.2025-04-22T22-12-26Z";
9+
/// <summary>RELEASE.2025-09-07T16-13-09Z</summary>
10+
public const string Tag = "RELEASE.2025-09-07T16-13-09Z";
1111
}

0 commit comments

Comments
 (0)