Skip to content

Commit 9309cdb

Browse files
authored
update to 1.4.2 (#58)
1 parent d9ec2e8 commit 9309cdb

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
FROM lnbits/lnbits:v1.3.1 AS builder
1+
FROM lnbits/lnbits:v1.4.2 AS builder
22

33
# arm64 or amd64
44
ARG PLATFORM
55

66
RUN apt-get update && apt-get install -y bash curl sqlite3 tini --no-install-recommends
77
RUN 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

1111
COPY --from=builder /usr/bin/tini /usr/bin/tini
1212
COPY --from=builder /usr/bin/sqlite3 /usr/bin/sqlite3

manifest.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
id: lnbits
22
title: "LNBits"
3-
version: 1.3.1
3+
version: 1.4.2
44
release-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
77
license: MIT
88
wrapper-repo: "https://github.com/Start9Labs/lnbits-startos"
99
upstream-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"

scripts/services/migrations.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,5 @@ export const migration: T.ExpectedExports.migration =
3333
},
3434
},
3535
},
36-
"1.3.1"
36+
"1.4.2"
3737
);

0 commit comments

Comments
 (0)