mirror of
https://github.com/lightninglabs/loop.git
synced 2026-08-13 12:33:03 +02:00
Merge pull request #769 from lightninglabs/fix_docker_build
build: fix dockerfile
This commit is contained in:
commit
c5245e1009
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue