From 890718d0eea76dcea8571b4447955b0f17efcdcc Mon Sep 17 00:00:00 2001 From: sputn1ck Date: Mon, 3 Jun 2024 18:03:14 +0200 Subject: [PATCH] build: fix dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index abeb0fae..488b3c63 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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