docs(dotnet): add missing Docker image (#13043)

This commit is contained in:
Max Schmitt 2022-03-24 16:58:21 +01:00 committed by GitHub
parent 81050c406e
commit 434a729396
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -24,7 +24,7 @@ docker pull mcr.microsoft.com/playwright/python:v1.21.0-focal
```
```bash csharp
docker pull mcr.microsoft.com/playwright:v1.21.0-focal
docker pull mcr.microsoft.com/playwright/dotnet:v1.21.0-focal
```
```bash java