From ea7cd1f3dcb0c1cac96b6261bba7856a9534ff94 Mon Sep 17 00:00:00 2001 From: Tiago D J Date: Wed, 23 Jun 2021 12:39:11 -0300 Subject: [PATCH] Update instructions to point to 2.4 image --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a43ad61..0fdfc92 100644 --- a/README.md +++ b/README.md @@ -82,7 +82,7 @@ Create a script in your home directory named `create_bbb.sh` with the following #!/bin/bash NAME="bbb-dev-01" # change here if you want a different name HOSTNAME="${NAME}.test" -IMAGE=imdt/bigbluebutton:2.3.x-develop +IMAGE=imdt/bigbluebutton:2.4.x-develop # retag the commit to force a lookup but keep in cache docker image inspect $IMAGE &>/dev/null && ( docker image tag $IMAGE $IMAGE-previous ; docker image rm $IMAGE )