From bcf398fefaa78f4205d4cadeecb7c66c5c3a7a8a Mon Sep 17 00:00:00 2001 From: kevkevin Date: Tue, 5 Apr 2022 14:43:25 -0500 Subject: [PATCH] updated changed from issue 223 (#346) --- Dockerfile.lndrelay | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.lndrelay b/Dockerfile.lndrelay index 43427186..14e05448 100644 --- a/Dockerfile.lndrelay +++ b/Dockerfile.lndrelay @@ -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/