mirror of
https://github.com/RoboSats/robosats-deploy.git
synced 2025-08-03 16:40:20 +00:00
Update lndg Dockerfile
bump lndg version to v1.10.0
This commit is contained in:
@ -5,6 +5,6 @@ ENV PYTHONUNBUFFERED 1
|
||||
RUN apk add git g++ linux-headers && git clone https://github.com/cryptosharks131/lndg /app
|
||||
WORKDIR /app
|
||||
|
||||
RUN git checkout "v1.9.0"
|
||||
RUN git checkout "v1.10.0"
|
||||
RUN pip install -r requirements.txt
|
||||
RUN pip install supervisor whitenoise
|
||||
|
Reference in New Issue
Block a user