Merge pull request #769 from lightninglabs/fix_docker_build

build: fix dockerfile
pull/770/head
Konstantin Nick 3 weeks ago committed by GitHub
commit c5245e1009
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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

Loading…
Cancel
Save