From be9321456cf867e893190772ae29ee08bde67bb6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Darius=20A=2E=20G=C3=B6rgen?= Date: Mon, 6 May 2024 11:43:55 +0200 Subject: [PATCH] update README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 155cf03..9ca27a4 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ The images are based on [rocker](https://rocker-project.org/). If you wanted to R Studio on `localhost:8787` run: ```bash -docker run --rm -p 8787:8787 -e PASSWORD=supersecret ghcr.io/mapme-initiative/mapme-spatial:1.0 +docker run --rm -p 8787:8787 -e PASSWORD=supersecret ghcr.io/mapme-initiative/mapme-spatial:latest ``` To build the docker image locally run: