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
0cd99b0e
Commit
0cd99b0e
authored
Mar 16, 2022
by
renovate
Browse files
Update golang Docker tag to v1.18
parent
10cc372c
Pipeline
#35081
failed with stages
in 4 minutes and 4 seconds
Changes
1
Pipelines
5
Hide whitespace changes
Inline
Side-by-side
Dockerfile
View file @
0cd99b0e
...
...
@@ -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
golang:1.1
7
AS
gobuild
FROM
golang:1.1
8
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