From c0c75fb08be8ef968fed94589ab436f1bae9a943 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torma=20Krist=C3=B3f?= Date: Thu, 31 Aug 2023 18:53:47 +0200 Subject: [PATCH] update go --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 5137a4d..77c2e82 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,3 +1,3 @@ -FROM golang:1.19 +FROM golang:1.21 RUN go install github.com/StackExchange/dnscontrol/v3@latest