Release 0.15.6 (#1506)

Fix for Resource temporarily unavailable error for CLN channel alias list
Security fix for npm vulnerabilities
This commit is contained in:
ShahanaFarooqui 2025-09-09 14:48:23 +05:30 committed by GitHub
parent 847923533e
commit 7340cb390a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
29 changed files with 5550 additions and 5021 deletions

View file

@ -7,7 +7,7 @@ WORKDIR /RTL
COPY package.json /RTL/package.json
COPY package-lock.json /RTL/package-lock.json
RUN npm install --legacy-peer-deps
RUN npm ci --legacy-peer-deps
COPY . .