Skip to content

Commit

Permalink
bump: ganache
Browse files Browse the repository at this point in the history
  • Loading branch information
kx9x committed Jul 27, 2023
1 parent 90109cb commit f5d53e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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[email protected] && \
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 && \
Expand Down

0 comments on commit f5d53e5

Please sign in to comment.