Skip to content

Commit

Permalink
feat: update lnd and lightning terminal
Browse files Browse the repository at this point in the history
  • Loading branch information
vafanassieff committed Oct 4, 2023
1 parent 7cd9848 commit 585ac0b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docker/lightning-terminal/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ RUN yarn config set registry "http://registry.npmjs.org" && \
yarn install --frozen-lockfile && \
yarn build

FROM golang:1.19-alpine AS go
FROM golang:1.21-alpine AS go

ARG PUBLIC_URL=""

Expand Down
2 changes: 1 addition & 1 deletion docker/lightning-terminal/image.hcl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Release version
VERSION="v0.10.5-alpha"
VERSION="v0.11.0-alpha"

# Image config
NAME="lightning-terminal"
Expand Down
2 changes: 1 addition & 1 deletion docker/lnd/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.20.3-alpine AS builder
FROM golang:1.21-alpine AS builder

ARG VERSION
ARG LND_BUILD_TAGS="autopilotrpc signrpc walletrpc chainrpc invoicesrpc neutrinorpc routerrpc watchtowerrpc monitoring peersrpc kvdb_postrgres kvdb_etcd"
Expand Down
2 changes: 1 addition & 1 deletion docker/lnd/image.hcl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Release version
VERSION="v0.16.4-beta"
VERSION="v0.17.0-beta"

# Image config
NAME="lnd"
Expand Down

0 comments on commit 585ac0b

Please sign in to comment.