Skip to content

Commit

Permalink
updated to v0.11.1-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
legacycode committed Jan 23, 2021
1 parent ceb3ef5 commit 697e4a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG LND_VERSION=v0.9.0-beta
ARG LND_VERSION=v0.11.1-beta

FROM debian:buster-slim AS builder

Expand Down Expand Up @@ -33,7 +33,7 @@ RUN set -eux; \
esac; \
\
wget --quiet $url \
&& wget --quiet https://keybase.io/roasbeef/pgp_keys.asc \
&& wget --quiet https://keybase.io/bitconner/pgp_keys.asc \
&& wget --quiet https://github.com/lightningnetwork/lnd/releases/download/$LND_VERSION/manifest-$LND_VERSION.txt \
&& wget --quiet https://github.com/lightningnetwork/lnd/releases/download/$LND_VERSION/manifest-$LND_VERSION.txt.sig \
&& gpg --import pgp_keys.asc \
Expand Down

0 comments on commit 697e4a0

Please sign in to comment.