Merge pull request #570 from bhandras/bump-docker-golang

build: bump golang version in the main Dockerfile
This commit is contained in:
András Bánki-Horváth 2023-04-13 14:11:27 +02:00 committed by GitHub
commit 843fe82d23
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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