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
ai3
tools
tabacco
Commits
a8f4cdfb
Commit
a8f4cdfb
authored
Jun 01, 2022
by
renovate
Browse files
Update golang Docker tag to v1.18.3
parent
3ea2d2db
Pipeline
#33248
passed with stages
in 4 minutes and 11 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile
View file @
a8f4cdfb
FROM
golang:1.1
7
.3
as
build
FROM
golang:1.1
8
.3
as
build
ADD
. /src
RUN
cd
/src
&&
\
go build
-ldflags
=
"-extldflags=-static"
-tags
"sqlite_omit_load_extension netgo"
-o
tabacco ./cmd/tabacco
&&
\
...
...
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