Skip to content

Commit e7da3c7

Browse files
Hamilton, MontaneHamilton, Montane
authored andcommitted
to pinned version
1 parent 08513d8 commit e7da3c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Testcontainers.Seq/SeqBuilder.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ namespace Testcontainers.Seq;
44
[PublicAPI]
55
public sealed class SeqBuilder : ContainerBuilder<SeqBuilder, SeqContainer, SeqConfiguration>
66
{
7-
public const string SeqImage = "datalust/seq:latest";
7+
public const string SeqImage = "datalust/seq:2024.2.11456";
88

99
public const ushort SeqApiPort = 80;
1010
public const ushort SeqIngestionPort = 5341;

0 commit comments

Comments
 (0)