sandcastle-ng

Scripts for the deployment of Sandcastle (GNU Taler)
Log | Files | Refs | README

commit 5b3554fcf66cd928894615f1612377adaf5f61b8
parent 386d1e8129d3a10cd9dc0c78ae97def3a31f26de
Author: Florian Dold <florian@dold.me>
Date:   Wed, 13 Dec 2023 19:57:21 +0100

bump exchange version

Diffstat:
MDockerfile | 2+-
Mbuildconfig/exchange.tag | 2+-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Dockerfile b/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/buildconfig/exchange.tag b/buildconfig/exchange.tag @@ -1 +1 @@ -v0.9.3a +v0.9.4-dev.4