build: bump golang version in the main Dockerfile

This commit is contained in:
Andras Banki-Horvath 2023-04-13 14:10:28 +02:00
parent 257b5f212d
commit 6827f766c9
No known key found for this signature in database
GPG key ID: 80E5375C094198D8

View file

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