Skip to content

Commit

Permalink
docker: fix default version in dev.Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
guggero committed Mar 22, 2022
1 parent 43862ad commit 8c5345f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ARG GO_VERSION=1.17.6
ARG BASE_IMAGE=lightninglabs/lnd
ARG BASE_IMAGE_VERSION=0.14.2-beta
ARG BASE_IMAGE_VERSION=v0.14.2-beta

FROM golang:${GO_VERSION}-alpine as builder

Expand Down

0 comments on commit 8c5345f

Please sign in to comment.