diff --git a/tests/WebApi.Tests.Integration/WebAppFactory.cs b/tests/WebApi.Tests.Integration/WebAppFactory.cs index 7c9f74d..892518a 100644 --- a/tests/WebApi.Tests.Integration/WebAppFactory.cs +++ b/tests/WebApi.Tests.Integration/WebAppFactory.cs @@ -18,7 +18,7 @@ public sealed class WebAppFactory : WebApplicationFactory, IAsync .WithImagePullPolicy(PullPolicy.Always) .Build(); - private const string DockerImage = "postgres:16.3-alpine"; + private const string DockerImage = "postgres:alpine"; public HttpClient HttpClient => CreateClient();