Skip to content

Commit 6989be9

Browse files
committed
update to 1.3.1
1 parent e7a9b62 commit 6989be9

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
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.0 AS builder
1+
FROM lnbits/lnbits:v1.3.1 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.0 AS final
9+
FROM lnbits/lnbits:v1.3.1 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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
id: lnbits
22
title: "LNBits"
3-
version: 1.3.0.1
3+
version: 1.3.1
44
release-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
77
license: MIT
88
wrapper-repo: "https://github.com/Start9Labs/lnbits-startos"

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.0.1"
36+
"1.3.1"
3737
);

0 commit comments

Comments
 (0)