Skip to content
Snippets Groups Projects
Commit 32a8f1ff authored by renovate's avatar renovate
Browse files

chore(deps): update docker.io/library/golang docker tag to v1.20

parent 46aec5d1
No related branches found
No related tags found
No related merge requests found
Pipeline #54002 passed with warnings
......@@ -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 docker.io/library/golang:1.19 AS gobuild
FROM docker.io/library/golang:1.20 AS gobuild
RUN go install github.com/piranha/gostatic@latest
RUN go install git.autistici.org/ai/webtools/cmd/jsonsubst@latest
RUN go install git.autistici.org/ai/webtools/cmd/sitesearch@latest
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment