Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ai
website
Commits
31c27e9d
Commit
31c27e9d
authored
Oct 07, 2021
by
renovate
Browse files
Update golang Docker tag to v1.17
parent
8399026e
Pipeline
#22540
passed with stages
in 10 minutes and 31 seconds
Changes
1
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
Dockerfile
View file @
31c27e9d
...
...
@@ -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.1
6
AS
gobuild
FROM
golang:1.1
7
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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment