We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d62edf commit 6d6a401Copy full SHA for 6d6a401
Dockerfile
@@ -1,14 +1,14 @@
1
############################
2
# STEP 1 build executable binary
3
4
-FROM golang:1.13 AS builder
+FROM golang:1.14 AS builder
5
6
ADD . /go/src/github.com/sandeepone/mysql-manticore
7
8
RUN cd /go/src/github.com/sandeepone/mysql-manticore \
9
&& COMMIT_SHA=$(git rev-parse --short HEAD) \
10
&& CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -ldflags "-s -w \
11
- -X main.version=0.6.0 \
+ -X main.version=0.7.0 \
12
-X main.revision=${COMMIT_SHA}" \
13
-a -tags netgo -installsuffix netgo -o mysql-manticore cmd/mysql-manticore/main.go
14
0 commit comments