From cf742cb35cdc9543eb8524590b67a67ab9eb06f3 Mon Sep 17 00:00:00 2001 From: Russell Dempsey <1173416+SgtPooki@users.noreply.github.com> Date: Wed, 8 Nov 2023 14:05:25 -0800 Subject: [PATCH] docs: specify `latest` tag instead of `main` --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9a9d02b..f058735 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ This container image hosts helia in a node container. It implements [HTTP IPFS-g ## Run from the github container registry ```sh -$ docker run -it -p 8080:8080 ghcr.io/ipfs/helia-http-gateway:main +$ docker run -it -p 8080:8080 ghcr.io/ipfs/helia-http-gateway:latest ``` See https://github.com/ipfs/helia-http-gateway/pkgs/container/helia-http-gateway for more information.