commit 6497e6d3e2d2e151aa3a70dcbc972f9e71785961 parent 3f532e4e3450d434c2cc63d1c8c9de5b32c08033 Author: Christian Grothoff <christian@grothoff.org> Date: Mon, 28 Apr 2025 00:51:48 +0200 bump versions, add golang compiler for maildir/taldir Diffstat:
5 files changed, 5 insertions(+), 4 deletions(-)
diff --git a/packaging/ng/buildconfig/challenger.tag b/packaging/ng/buildconfig/challenger.tag @@ -1 +1 @@ -v0.14.15 +v0.14.16 diff --git a/packaging/ng/buildconfig/taler-exchange.tag b/packaging/ng/buildconfig/taler-exchange.tag @@ -1 +1 @@ -v0.14.19 +v0.14.20 diff --git a/packaging/ng/buildconfig/taler-merchant.tag b/packaging/ng/buildconfig/taler-merchant.tag @@ -1 +1 @@ -v0.14.11 +v0.14.12 diff --git a/packaging/ng/distros/Dockerfile.debian-bookworm b/packaging/ng/distros/Dockerfile.debian-bookworm @@ -29,10 +29,10 @@ RUN apt-get -y install \ default-jre-headless \ ; - RUN pip install sphinx_rtd_theme --break-system-packages #RUN npm install -g npm RUN npm install -g pnpm +RUN apt-get -y install golang RUN apt-get update RUN apt-get -y upgrade diff --git a/packaging/ng/distros/Dockerfile.ubuntu-noble b/packaging/ng/distros/Dockerfile.ubuntu-noble @@ -24,6 +24,7 @@ RUN apt-get -y install meson RUN pip install --break-system-packages sphinx_rtd_theme RUN npm install -g pnpm +RUN apt-get -y install golang RUN apt-get update RUN apt-get -y upgrade