Upgrade lnd in docker (#1852)

This commit is contained in:
Jonathan Zernik 2021-12-14 06:26:16 -08:00 committed by GitHub
parent 2935130e79
commit b9761476d2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,7 +14,7 @@ ENV GODEBUG netdns=cgo
# image to be built from a specified Git state. The default image
# will use the Git tip of master by default.
# ARG checkout="master"
ARG checkout="v0.13.1-beta"
ARG checkout="v0.14.1-beta"
# Install dependencies and build the binaries.
RUN apk add --no-cache --update alpine-sdk \