File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1- FROM lnbits/lnbits:v1.3.1 AS builder
1+ FROM lnbits/lnbits:v1.4.2 AS builder
22
33# arm64 or amd64
44ARG PLATFORM
55
66RUN apt-get update && apt-get install -y bash curl sqlite3 tini --no-install-recommends
77RUN curl -sS https://webi.sh/yq | sh
88
9- FROM lnbits/lnbits:v1.3.1 AS final
9+ FROM lnbits/lnbits:v1.4.2 AS final
1010
1111COPY --from=builder /usr/bin/tini /usr/bin/tini
1212COPY --from=builder /usr/bin/sqlite3 /usr/bin/sqlite3
Original file line number Diff line number Diff line change 11id : lnbits
22title : " LNBits"
3- version : 1.3.1
3+ version : 1.4.2
44release-notes : |
5- * Update to v1.3.1 [release notes](https://github.com/lnbits/lnbits/releases/tag/v1.3.1 )
6- * Bump max LND version
5+ * Update to v1.4.2 [release notes](https://github.com/lnbits/lnbits/releases/tag/v1.4.2 )
6+ * Bump max CLN version
77license : MIT
88wrapper-repo : " https://github.com/Start9Labs/lnbits-startos"
99upstream-repo : " https://github.com/lnbits/lnbits"
@@ -85,7 +85,7 @@ dependencies:
8585 how : Use the LND instance by default
8686 config : ~
8787 c-lightning :
88- version : " >=0.10.1 <26 .0.0"
88+ version : " >=0.10.1 <27 .0.0"
8989 description : Used to communicate with the Lightning Network.
9090 requirement :
9191 type : " opt-in"
Original file line number Diff line number Diff line change @@ -33,5 +33,5 @@ export const migration: T.ExpectedExports.migration =
3333 } ,
3434 } ,
3535 } ,
36- "1.3.1 "
36+ "1.4.2 "
3737 ) ;
You can’t perform that action at this time.
0 commit comments