From 80ed7957468fc66620f0dbd50e6aad59f352533b Mon Sep 17 00:00:00 2001 From: Antony Messerli Date: Sat, 25 Jun 2022 11:05:04 -0500 Subject: [PATCH] Bump example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b914c6b..915f522 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ The following snippets are examples of starting up the container. ```shell docker run -d \ --name=netbootxyz \ - -e MENU_VERSION=2.0.47 `# optional` \ + -e MENU_VERSION=2.0.59 `# optional` \ -p 3000:3000 `# sets webapp port` \ -p 69:69/udp `# sets tftp port` \ -p 8080:80 `# optional` \