Update strfry

This commit is contained in:
koalasat
2025-05-08 15:36:05 +02:00
parent e9e8042c70
commit dc2cb9ef8d

View File

@ -7,7 +7,7 @@ RUN apt update && apt install -y --no-install-recommends \
libsecp256k1-dev libzstd-dev
# setup app
RUN git clone https://github.com/KoalaSat/strfry /app
RUN git clone --branch 1.0.0 --single-branch https://github.com/hoytech/strfry /app
WORKDIR /app