From 97319960d1691e33977a11a205963bad7b199895 Mon Sep 17 00:00:00 2001 From: kolaente Date: Tue, 2 Aug 2022 22:59:52 +0200 Subject: [PATCH] fix: pin to 1.18 buster until 1.19 buster is available --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index f391bee..3d2dfaa 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.19-buster +FROM golang:1.18-buster RUN go install github.com/magefile/mage@latest && \ mv /go/bin/mage /usr/local/go/bin # Since we're mounting the source we want to compile into /go, we will overlay the mage binary