Skip to content

Commit 3284470

Browse files
committed
Merge remote-tracking branch 'origin/develop' into bugfix/wait-for-replica-set
2 parents 50018fb + 77f4d57 commit 3284470

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)