From 4d54eb1532c0caf8a6c9049bd35ff90e6f602674 Mon Sep 17 00:00:00 2001 From: Neil <164550124+g7ufo@users.noreply.github.com> Date: Sat, 28 Dec 2024 15:15:41 +0000 Subject: [PATCH] Update meshchat_on_docker.md Use the `latest` tag which is always moved with the latest build. The `master` tag used for the initial build is a fallback because it wasn't a tag. In the future when a release is created the image will share the release version (and `latest`). --- docs/meshchat_on_docker.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/meshchat_on_docker.md b/docs/meshchat_on_docker.md index 759b5a0..d82ddee 100644 --- a/docs/meshchat_on_docker.md +++ b/docs/meshchat_on_docker.md @@ -3,7 +3,7 @@ A docker image is automatically built by GitHub actions, and can be downloaded from the GitHub container registry. ``` -docker pull ghcr.io/liamcottle/reticulum-meshchat:master +docker pull ghcr.io/liamcottle/reticulum-meshchat:latest ``` Additionally, an example [docker-compose.yml](../docker-compose.yml) is available.