From d5ac154aeca2e6970ef6748a2043203100bcb303 Mon Sep 17 00:00:00 2001 From: pnoker Date: Mon, 22 Jun 2026 16:48:57 +0800 Subject: [PATCH] chore: align .env.example image tag default to 2026.6 DC3_IMAGE_TAG was 2026.5 while the compose files default to 2026.6; unify the .env.example default so pulled images match. --- .env.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env.example b/.env.example index e067164a5..35fc04bab 100644 --- a/.env.example +++ b/.env.example @@ -7,7 +7,7 @@ # Makefile registry selector. Set REGISTRY=cn here once instead of passing it to every make command. REGISTRY=auto DC3_IMAGE_REGISTRY=pnoker -DC3_IMAGE_TAG=2026.5 +DC3_IMAGE_TAG=2026.6 DC3_LOG_MAX_SIZE=10M DC3_LOG_MAX_FILE=20 DC3_BIND_HOST=127.0.0.1