From bb21ca30d23380a41c3ba23527217853f2e58101 Mon Sep 17 00:00:00 2001 From: Benjamin Jesuiter Date: Mon, 30 Jun 2025 08:00:00 +0200 Subject: [PATCH] Update BUILD-RUN.md Fix link to sqld container release tags in BUILD-RUN.md (did not had a link, so it auto-linked to the old repo of https://github.com/libsql/sqld) --- docs/BUILD-RUN.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/BUILD-RUN.md b/docs/BUILD-RUN.md index 947eb0aed9..a3f781abb1 100644 --- a/docs/BUILD-RUN.md +++ b/docs/BUILD-RUN.md @@ -68,7 +68,7 @@ docker run -p 8080:8080 -d ghcr.io/tursodatabase/libsql-server:latest ``` Or you can run a specific version using one of the [sqld container release -tags] in the following form for version X.Y.Z: +tags](https://github.com/tursodatabase/libsql/pkgs/container/libsql-server) in the following form for version X.Y.Z: ```bash docker run -p 8080:8080 -d ghcr.io/tursodatabase/libsql-server:vX.Y.Z