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

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

parent 0bc20867
No related branches found
No related tags found
No related merge requests found
Pipeline #56478 failed
...@@ -5,7 +5,7 @@ RUN npm install && env NODE_OPTIONS=--openssl-legacy-provider ./node_modules/.bi ...@@ -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 # Debian bullseye can't build gostatic due to its strict dependency
# on Go >1.17, so we build it separately. # on Go >1.17, so we build it separately.
FROM docker.io/library/golang:1.19 AS gobuild FROM docker.io/library/golang:1.21 AS gobuild
RUN go install github.com/piranha/gostatic@latest 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/jsonsubst@latest
RUN go install git.autistici.org/ai/webtools/cmd/sitesearch@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