sandcastle-ng

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

commit 44bf1bec547ebc5a69f67f395050e186b66aea21
parent 300a61a7187b1e2c822d803bde3cf8ac423de877
Author: Florian Dold <florian@dold.me>
Date:   Sun, 15 Sep 2024 19:40:04 +0200

bump pnpm version

Diffstat:
MDockerfile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Dockerfile b/Dockerfile @@ -198,7 +198,7 @@ RUN TAG=$(cat /buildconfig/wallet.tag) && \ git clone git://git.taler.net/wallet-core \ --branch $TAG && \ cd wallet-core && git checkout $(cat /buildconfig/wallet.checkout) -RUN npm install -g pnpm@^8.7.0 +RUN npm install -g pnpm@^9.10.0 WORKDIR /build/wallet-core RUN ./bootstrap # taler-wallet-cli