mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-11-10 06:07:16 +01:00
build: update Docker versions to Go 1.15.7
This updates the Docker files to the latest minor release of Go which included some security fixes.
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
# /make/builder.Dockerfile
|
||||
# /.github/workflows/main.yml
|
||||
# /.github/workflows/release.yml
|
||||
FROM golang:1.15.6-alpine as builder
|
||||
FROM golang:1.15.7-alpine as builder
|
||||
|
||||
# Force Go to use the cgo based DNS resolver. This is required to ensure DNS
|
||||
# queries required to connect to linked containers succeed.
|
||||
|
||||
Reference in New Issue
Block a user