Skip to content

Commit 9ec35f4

Browse files
chore(docker): update postgres docker tag to v19
1 parent 23b09b9 commit 9ec35f4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/NetEvolve.Pulse.Tests.Integration/Internals/Services/PostgreSqlContainerFixture.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
public sealed class PostgreSqlContainerFixture : IAsyncDisposable, IAsyncInitializer
88
{
99
private readonly PostgreSqlContainer _container = new PostgreSqlBuilder(
10-
/*dockerimage*/"postgres:18.4"
10+
/*dockerimage*/"postgres:19beta1-trixie"
1111
)
1212
.WithLogger(NullLogger.Instance)
1313
.WithCommand("-c", "max_connections=500") // Raised for parallel integration tests; each test creates its own unique database/pool.

0 commit comments

Comments
 (0)