From 76f306298df96d6339c7c025c1c6265816013967 Mon Sep 17 00:00:00 2001 From: helebest <1274641+helebest@users.noreply.github.com> Date: Sun, 28 Jun 2026 15:10:43 +0000 Subject: [PATCH] chore(docker): bump DIKW_VERSION to v0.6.5 --- examples/docker/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/docker/Dockerfile b/examples/docker/Dockerfile index f622c53..8a5488e 100644 --- a/examples/docker/Dockerfile +++ b/examples/docker/Dockerfile @@ -25,7 +25,7 @@ RUN pip install --no-cache-dir --upgrade "pip>=26.1" # ``.github/workflows/reusable-ci.yml`` enforces the invariant # (DIKW_VERSION must equal pyproject.toml's version OR be published on # PyPI) so any drift introduced by hand fails CI. -ARG DIKW_VERSION=0.6.4 +ARG DIKW_VERSION=0.6.5 RUN pip install --no-cache-dir "dikw-core[postgres]==${DIKW_VERSION}" RUN useradd --create-home --uid 1000 dikw