Skip to content

Commit 7375ab9

Browse files
authored
Merge pull request #151 from stefanlsd/stefanlsd-docker-golang
Update golang to 1.15.5 for security update
2 parents fe60eb4 + 7840baa commit 7375ab9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.13-alpine as builder
1+
FROM golang:1.15.5-alpine as builder
22

33
# Copy in the local repository to build from.
44
COPY . /go/src/github.com/lightninglabs/lightning-terminal

0 commit comments

Comments
 (0)