From 1726b21d1d23643868c3cf616e3dc907fdd9a630 Mon Sep 17 00:00:00 2001 From: brock Date: Sun, 1 Mar 2026 18:37:09 +0000 Subject: [PATCH] fix: uses latest tag by default --- docs/examples/.env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/examples/.env b/docs/examples/.env index 35fb07f..91bcd48 100644 --- a/docs/examples/.env +++ b/docs/examples/.env @@ -2,7 +2,7 @@ # Torsearch # ################### # The version of Torsearch to run. Docker will this tag. -TAG=0.38.0 +TAG=latest # The port for which the web server (app container) will # serve the application on the host.