New Angular based web version #1
@@ -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