build: bump golang version in the main Dockerfile

pull/570/head
Andras Banki-Horvath 1 year ago
parent 257b5f212d
commit 6827f766c9
No known key found for this signature in database
GPG Key ID: 80E5375C094198D8

@ -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…
Cancel
Save