mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-07-28 13:52:55 +02:00
build: update all Dockerfiles to build w/ Go 1.18.2
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
FROM golang:1.18.0-buster
|
||||
FROM golang:1.18.2-buster
|
||||
|
||||
RUN apt-get update && apt-get install -y git
|
||||
ENV GOCACHE=/tmp/build/.cache
|
||||
|
Reference in New Issue
Block a user