mirror of
https://github.com/lightninglabs/loop.git
synced 2026-08-13 12:33:03 +02:00
build: fix dockerfile
This commit is contained in:
parent
67ab876879
commit
890718d0ee
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