Bump CLN to v23.05.2 and LND to v0.16.3-beta

This commit is contained in:
Reckless_Satoshi 2023-07-08 09:38:29 -07:00
parent 3fc3b3fb02
commit 99f4611ad2
No known key found for this signature in database
GPG Key ID: 9C4585B561315571
2 changed files with 2 additions and 2 deletions

View File

@ -39,7 +39,7 @@ RUN mkdir /opt/bitcoin && cd /opt/bitcoin \
FROM debian:bullseye-slim as builder FROM debian:bullseye-slim as builder
ARG DEBIAN_FRONTEND=noninteractive ARG DEBIAN_FRONTEND=noninteractive
ARG LIGHTNINGD_VERSION=v23.05 ARG LIGHTNINGD_VERSION=v23.05.2
RUN apt-get update -qq && \ RUN apt-get update -qq && \
apt-get install -qq -y --no-install-recommends \ apt-get install -qq -y --no-install-recommends \

View File

@ -1,4 +1,4 @@
FROM lightninglabs/lnd:v0.16.1-beta FROM lightninglabs/lnd:v0.16.3-beta
ARG LOCAL_USER_ID=9999 ARG LOCAL_USER_ID=9999
ARG LOCAL_GROUP_ID=9999 ARG LOCAL_GROUP_ID=9999