From 31c27e9d51123a4b27149019a9c106961e2401da Mon Sep 17 00:00:00 2001 From: renovate Date: Thu, 7 Oct 2021 22:24:24 +0000 Subject: [PATCH] Update golang Docker tag to v1.17 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 16a553b..5ddc42d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ RUN npm install && ./node_modules/.bin/webpack # Debian bullseye can't build gostatic due to its strict dependency # on Go 1.16, so we build it separately. -FROM golang:1.16 AS gobuild +FROM golang:1.17 AS gobuild RUN go get github.com/piranha/gostatic RUN go get git.autistici.org/ai/webtools/cmd/sitesearch RUN go get git.autistici.org/ai/webtools/cmd/jsonsubst -- GitLab