updated changed from issue 223 (#346)

This commit is contained in:
kevkevin 2022-04-05 14:43:25 -05:00 committed by GitHub
parent d1000585ef
commit bcf398fefa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -36,7 +36,7 @@ RUN apk --no-cache add bash ca-certificates
COPY --from=builder /go/bin/lncli /bin/
COPY --from=builder /go/bin/lnd /bin/
RUN apk add --no-cache --update nodejs=12.15.0-r1 nodejs-npm=12.15.0-r1 sqlite=3.30.1-r2 git supervisor
RUN apk add --no-cache --update nodejs=12.22.6-r0 nodejs-npm=12.22.6-r0 sqlite=3.30.1-r2 git supervisor
RUN git clone https://github.com/stakwork/sphinx-relay /relay/