Merge pull request #769 from lightninglabs/fix_docker_build

build: fix dockerfile
This commit is contained in:
Konstantin Nick 2024-06-03 18:58:59 +02:00 committed by GitHub
commit c5245e1009
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,4 +1,4 @@
FROM --platform=${BUILDPLATFORM} golang:1.20.4-alpine as builder
FROM --platform=${BUILDPLATFORM} golang:1.22-alpine as builder
# Copy in the local repository to build from.
COPY . /go/src/github.com/lightningnetwork/loop