Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion examples/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading