File: SeqContainerImageTags.cs
Web Access
Project: src\src\Aspire.Hosting.Seq\Aspire.Hosting.Seq.csproj (Aspire.Hosting.Seq)
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
 
namespace Aspire.Hosting;
 
internal static class SeqContainerImageTags
{
    public const string Registry = "docker.io";
    public const string Image = "datalust/seq";
    public const string Tag = "2024.3";
}