From bb0b5a207bd8817ef89405024023959f9bdf5dc4 Mon Sep 17 00:00:00 2001 From: Ilario Gelmetti Date: Sun, 2 Jun 2024 14:07:28 +0200 Subject: [PATCH] readme update OpenWrt version for docker --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ed81bad67..2948237cc 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ Start an ImageBuilder of your choice, for example ath79-generic if your device i ```shell mkdir ./images/ -docker run -it -v $(pwd)/images:/images/ ghcr.io/openwrt/imagebuilder:ath79-generic-v22.03.5 +docker run -it -v $(pwd)/images:/images/ ghcr.io/openwrt/imagebuilder:ath79-generic-v23.05.3 ``` If your device is not part of ath79-generic profiles, you can replace it with another <target>-<subtarget> combination. For knowing which target and subtarget is best suited for your router, check out the page about it in the [OpenWrt's Table of Hardware][OpenWrt-ToH].