From 4a66cca124353838a11bb116dd3d8ad597cbb3b6 Mon Sep 17 00:00:00 2001 From: Max Schmitt Date: Fri, 17 Mar 2023 16:14:35 +0100 Subject: [PATCH] docs(dotnet): remove note that there is no .NET Jammy Docker image (#21752) Fixes https://github.com/microsoft/playwright-dotnet/issues/2515 Signed-off-by: Max Schmitt --- docs/src/docker.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/docker.md b/docs/src/docker.md index 701223f4bf..75736b1731 100644 --- a/docs/src/docker.md +++ b/docs/src/docker.md @@ -123,7 +123,7 @@ It is recommended to always pin your Docker image to a specific version if possi ### Base images We currently publish images based on the following [Ubuntu](https://hub.docker.com/_/ubuntu) versions: -- **Ubuntu 22.04 LTS** (Jammy Jellyfish), image tags include `jammy` (not published for Java and .NET) +- **Ubuntu 22.04 LTS** (Jammy Jellyfish), image tags include `jammy` (not published for Java) - **Ubuntu 20.04 LTS** (Focal Fossa), image tags include `focal` #### Alpine