diff --git a/tools/docker/README.md b/tools/docker/README.md index a896c18ad1..af5c5afb7d 100644 --- a/tools/docker/README.md +++ b/tools/docker/README.md @@ -13,7 +13,7 @@ Use the following command to create a docker image and tag it with `libreelec`. ``` -docker build --pull -t libreelec tools/docker/jammy +docker build --pull -t libreelec tools/docker/noble ``` See https://docs.docker.com/engine/reference/commandline/build/ for details on `docker build` usage.