Skip to content

Commit

Permalink
to pinned version
Browse files Browse the repository at this point in the history
  • Loading branch information
Hamilton, Montane authored and Hamilton, Montane committed Oct 11, 2024
1 parent 08513d8 commit e7da3c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Testcontainers.Seq/SeqBuilder.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ namespace Testcontainers.Seq;
[PublicAPI]
public sealed class SeqBuilder : ContainerBuilder<SeqBuilder, SeqContainer, SeqConfiguration>
{
public const string SeqImage = "datalust/seq:latest";
public const string SeqImage = "datalust/seq:2024.2.11456";

public const ushort SeqApiPort = 80;
public const ushort SeqIngestionPort = 5341;
Expand Down

0 comments on commit e7da3c7

Please sign in to comment.