tools/docker: update readme to use noble

This commit is contained in:
Rudi Heitbaum 2024-06-12 14:05:09 +00:00
parent 1a71ae6130
commit 36f41071d9

View File

@ -13,7 +13,7 @@
Use the following command to create a docker image and tag it with `libreelec`. 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. See https://docs.docker.com/engine/reference/commandline/build/ for details on `docker build` usage.