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

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

parent cd71c535
No related tags found
No related merge requests found
......@@ -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.21 AS gobuild
FROM docker.io/library/golang:1.22 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