From 5bf86e02b3c9143909e364acbf51abd481acba99 Mon Sep 17 00:00:00 2001 From: Casey LP Date: Wed, 1 Feb 2023 17:30:39 +0000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ea3fc28..a929a55 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,7 @@ Until a better solution is made, you can get crafty with `screen` to get access You can achieve this with a **Dockerfile** like so: ```dockerfile -FROM soupbowl/opensimulator:edge +FROM soupbowl/opensimulator:latest CMD [ "screen", "-S", "OpenSim", "-D", "-m", "mono", "./OpenSim.exe" ] ```