Skip to content

Commit 5d18910

Browse files
committed
build: use the same travis.yaml and dockerfile as master
Signed-off-by: Javi Fontan <[email protected]>
1 parent 315cf5e commit 5d18910

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#================================
22
# Stage 1: Build Gitbase
33
#================================
4-
FROM golang:1.12-alpine as builder
4+
FROM golang:1.11-alpine as builder
55

66
ENV GITBASE_REPO=github.com/src-d/gitbase
77
ENV GITBASE_PATH=$GOPATH/src/$GITBASE_REPO

0 commit comments

Comments
 (0)