Skip to content
Snippets Groups Projects

chore(deps): update golang docker tag to v1.17 - autoclosed

Closed renovate requested to merge renovate/golang-1.x into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -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
Loading