From 91a450d828a59f6608853506def69d6bb83a4132 Mon Sep 17 00:00:00 2001 From: Max Schmitt Date: Mon, 12 Aug 2024 16:39:39 +0200 Subject: [PATCH] Update docs/src/docker.md 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 51f8015897..665904a144 100644 --- a/docs/src/docker.md +++ b/docs/src/docker.md @@ -108,7 +108,7 @@ See our [Continuous Integration guides](./ci.md) for sample configs. See [all available image tags]. We currently publish images with the following tags: -- `:v%%VERSION%%` - Playwright v%%VERSION%% release docker image based on Ubuntu 22.04 LTS (Jammy Jellyfish). +- `:v%%VERSION%%` - Playwright v%%VERSION%% release docker image based on Ubuntu 24.04 LTS (Noble Numbat). - `:v%%VERSION%%-noble` - Playwright v%%VERSION%% release docker image based on Ubuntu 24.04 LTS (Noble Numbat). - `:v%%VERSION%%-jammy` - Playwright v%%VERSION%% release docker image based on Ubuntu 22.04 LTS (Jammy Jellyfish). - `:v%%VERSION%%-focal` - Playwright v%%VERSION%% release docker image based on Ubuntu 20.04 LTS (Focal Fossa).