commit ac989d656589f3717a24a0e82a6908f44dbe0207 parent 2541b528b5fb41238793107685cf7888e112c0a3 Author: Florian Dold <florian@dold.me> Date: Wed, 13 Dec 2023 19:57:21 +0100 bump exchange version Diffstat:
| M | sandcastle-ng/Dockerfile | | | 2 | +- |
| M | sandcastle-ng/buildconfig/exchange.tag | | | 2 | +- |
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/sandcastle-ng/Dockerfile b/sandcastle-ng/Dockerfile @@ -65,7 +65,7 @@ RUN apt-get update && apt-get -y upgrade && apt-get --no-install-recommends inst # FIXME: Try to use debian packages where possible and otherwise really use # a venv or per-user installation of the package. -RUN pip3 install --break-system-packages requests click poetry uwsgi htmlark sphinx-book-theme +RUN pip3 install --break-system-packages requests click poetry uwsgi htmlark sphinx-book-theme sphinx-markdown-builder # GNUnet FROM base-system AS gnunet diff --git a/sandcastle-ng/buildconfig/exchange.tag b/sandcastle-ng/buildconfig/exchange.tag @@ -1 +1 @@ -v0.9.3a +v0.9.4-dev.4