File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1- FROM lnbits/lnbits:v1.3.0 AS builder
1+ FROM lnbits/lnbits:v1.3.1 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.0 AS final
9+ FROM lnbits/lnbits:v1.3.1 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.0. 1
3+ version : 1.3.1
44release-notes : |
5- * Update to v1.3.0 [release notes](https://github.com/lnbits/lnbits/releases/tag/v1.3.0 )
5+ * Update to v1.3.1 [release notes](https://github.com/lnbits/lnbits/releases/tag/v1.3.1 )
66 * Bump max LND version
77license : MIT
88wrapper-repo : " https://github.com/Start9Labs/lnbits-startos"
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.0. 1"
36+ "1.3.1"
3737 ) ;
You can’t perform that action at this time.
0 commit comments