Skip to content

Commit 6d6a401

Browse files
author
Gleez Technologies
committed
release: Bump version 0.7.0 and golang 1.14 support
1 parent 0d62edf commit 6d6a401

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
############################
22
# STEP 1 build executable binary
33
############################
4-
FROM golang:1.13 AS builder
4+
FROM golang:1.14 AS builder
55

66
ADD . /go/src/github.com/sandeepone/mysql-manticore
77

88
RUN cd /go/src/github.com/sandeepone/mysql-manticore \
99
&& COMMIT_SHA=$(git rev-parse --short HEAD) \
1010
&& CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -ldflags "-s -w \
11-
-X main.version=0.6.0 \
11+
-X main.version=0.7.0 \
1212
-X main.revision=${COMMIT_SHA}" \
1313
-a -tags netgo -installsuffix netgo -o mysql-manticore cmd/mysql-manticore/main.go
1414

0 commit comments

Comments
 (0)