From dc6b337886d25a6dfb79e3a1d7fdc2ed821c1cb5 Mon Sep 17 00:00:00 2001 From: renovate <renovate-bot@autistici.org> Date: Wed, 1 Feb 2023 22:24:23 +0000 Subject: [PATCH] Update golang Docker tag to v1.20 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index dc141b8..2d8774d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ RUN npm install && env NODE_OPTIONS=--openssl-legacy-provider ./node_modules/.bi # Debian bullseye can't build gostatic due to its strict dependency # on Go 1.17, so we build it separately. -FROM golang:1.17 AS gobuild +FROM golang:1.20 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