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/