From f5d53e5c061c5cc8aba52777e5058c23ff508757 Mon Sep 17 00:00:00 2001 From: kx9x Date: Wed, 26 Jul 2023 23:19:38 -0700 Subject: [PATCH] bump: ganache --- build.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.Dockerfile b/build.Dockerfile index 889d709..28baabe 100644 --- a/build.Dockerfile +++ b/build.Dockerfile @@ -16,7 +16,7 @@ COPY entrypoint.sh /home/pn/entrypoint.sh ENV VIRTUAL_ENV=/home/pn/.local/pipx/venvs ENV PATH="$VIRTUAL_ENV/bin:$PATH" -RUN sudo npm install -g ganache-cli@6.12.2 && \ +RUN sudo npm install -g ganache@7.9.0 && \ pip install --force --no-cache-dir --upgrade pip setuptools && \ pip install --no-cache-dir pipx && \ python -m pipx ensurepath --force && \