Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update to 0.12.5 #36

Merged
merged 3 commits into from
Apr 29, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
FROM lnbits/lnbits:0.12.4 as builder
FROM lnbits/lnbits:0.12.5 as builder

# arm64 or amd64
ARG PLATFORM

RUN apt-get update && apt-get install -y bash curl sqlite3 tini --no-install-recommends
RUN curl -sS https://webi.sh/yq | sh

FROM lnbits/lnbits:0.12.4 as final
FROM lnbits/lnbits:0.12.5 as final

COPY --from=builder /usr/bin/tini /usr/bin/tini
COPY --from=builder /usr/bin/sqlite3 /usr/bin/sqlite3
Expand Down
4 changes: 2 additions & 2 deletions manifest.yaml
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bump CLN dependency

Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
id: lnbits
title: "LNBits"
version: 0.12.4
version: 0.12.5
release-notes: |
* Update upstream to 0.12.4 - Full release notes available [here](https://github.com/lnbits/lnbits/releases/tag/0.12.4).
* Update LNbits to 0.12.5 - Full release notes available [here](https://github.com/lnbits/lnbits/releases/tag/0.12.5).
license: MIT
wrapper-repo: "https://github.com/Start9Labs/lnbits-startos"
upstream-repo: "https://github.com/lnbits/lnbits"
Expand Down
2 changes: 1 addition & 1 deletion scripts/services/migrations.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ export const migration: T.ExpectedExports.migration = compat.migrations
),
},
},
"0.12.4",
"0.12.5",
);
Loading