mirror of
https://github.com/lightninglabs/loop.git
synced 2026-08-13 12:33:03 +02:00
Merge pull request #570 from bhandras/bump-docker-golang
build: bump golang version in the main Dockerfile
This commit is contained in:
commit
843fe82d23
1 changed files with 1 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
|||
FROM --platform=${BUILDPLATFORM} golang:1.18-alpine as builder
|
||||
FROM --platform=${BUILDPLATFORM} golang:1.19.7-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