Compare commits
3
Commits
v1.5.2-rc2
...
v1.5.2
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
2329770acd | ||
|
|
7d98c6b080 | ||
|
|
5f4e889d3a |
@@ -2,15 +2,17 @@ ARG LNBITS_TAG=latest
|
|||||||
|
|
||||||
FROM lnbits/lnbits:${LNBITS_TAG}
|
FROM lnbits/lnbits:${LNBITS_TAG}
|
||||||
|
|
||||||
|
RUN curl -fsSL https://deb.nodesource.com/setup_lts.x | bash -
|
||||||
|
|
||||||
RUN apt-get update && apt-get -y upgrade
|
RUN apt-get update && apt-get -y upgrade
|
||||||
RUN apt-get install -y netcat-openbsd npm nodejs git
|
RUN apt-get install -y ca-certificates curl gnupg netcat-openbsd git nodejs
|
||||||
|
|
||||||
RUN curl -LsSf https://astral.sh/uv/install.sh | sh
|
RUN curl -LsSf https://astral.sh/uv/install.sh | sh
|
||||||
ENV PATH="/root/.local/bin:$PATH"
|
ENV PATH="/root/.local/bin:$PATH"
|
||||||
|
|
||||||
# install sparksidecar
|
# install sparksidecar
|
||||||
RUN git clone https://github.com/lnbits/spark_sidecar
|
RUN git clone https://github.com/lnbits/spark_sidecar
|
||||||
RUN cd spark_sidecar && npm install
|
RUN cd spark_sidecar && npm ci
|
||||||
|
|
||||||
# Reinstall dependencies for lnbits just in case (needed for CMD usage)
|
# Reinstall dependencies for lnbits just in case (needed for CMD usage)
|
||||||
RUN uv sync --all-extras
|
RUN uv sync --all-extras
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
[project]
|
[project]
|
||||||
name = "lnbits"
|
name = "lnbits"
|
||||||
version = "1.5.2-rc2"
|
version = "1.5.2"
|
||||||
requires-python = ">=3.10,<3.13"
|
requires-python = ">=3.10,<3.13"
|
||||||
description = "LNbits, free and open-source Lightning wallet and accounts system."
|
description = "LNbits, free and open-source Lightning wallet and accounts system."
|
||||||
authors = [{ name = "Alan Bits", email = "alan@lnbits.com" }]
|
authors = [{ name = "Alan Bits", email = "alan@lnbits.com" }]
|
||||||
|
|||||||
Reference in New Issue
Block a user