Use latest postgres version in integration tests
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@@ -18,7 +18,7 @@ public sealed class WebAppFactory : WebApplicationFactory<IWebApiMarker>, IAsync
|
||||
.WithImagePullPolicy(PullPolicy.Always)
|
||||
.Build();
|
||||
|
||||
private const string DockerImage = "postgres:16.3-alpine";
|
||||
private const string DockerImage = "postgres:alpine";
|
||||
|
||||
public HttpClient HttpClient => CreateClient();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user