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.
This commit is contained in:
pnoker
2026-06-22 16:48:57 +08:00
parent bf8f8fefe9
commit d5ac154aec
+1 -1
View File
@@ -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