Skip to content

Commit

Permalink
Use explicit minio version
Browse files Browse the repository at this point in the history
  • Loading branch information
ejsmith committed Dec 17, 2024
1 parent 2db11fb commit 2280e3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Exceptionless.AppHost/Extensions/MinIoExtensions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -134,5 +134,5 @@ internal static class MinIoContainerImageTags
{
internal const string Registry = "docker.io";
internal const string Image = "minio/minio";
internal const string Tag = "latest";
internal const string Tag = "RELEASE.2024-12-13T22-19-12Z";
}

0 comments on commit 2280e3e

Please sign in to comment.