Skip to content

Commit 77f4d57

Browse files
authored
fix(Papercut): Pin version 7.0 and set new HTTP and SMTP ports (#1549)
1 parent 3b4f418 commit 77f4d57

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Testcontainers.Papercut/PapercutBuilder.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ namespace Testcontainers.Papercut;
44
[PublicAPI]
55
public sealed class PapercutBuilder : ContainerBuilder<PapercutBuilder, PapercutContainer, PapercutConfiguration>
66
{
7-
public const string PapercutImage = "changemakerstudiosus/papercut-smtp:latest";
7+
public const string PapercutImage = "changemakerstudiosus/papercut-smtp:7.0";
88

9-
public const ushort SmtpPort = 25;
9+
public const ushort SmtpPort = 2525;
1010

11-
public const ushort HttpPort = 80;
11+
public const ushort HttpPort = 8080;
1212

1313
/// <summary>
1414
/// Initializes a new instance of the <see cref="PapercutBuilder" /> class.

0 commit comments

Comments
 (0)