fix dock and version

This commit is contained in:
davidnewhall2
2019-12-26 20:38:55 -08:00
parent ad91081e86
commit 3cf7d89363
2 changed files with 5 additions and 5 deletions

View File

@@ -25,7 +25,7 @@ RUN apt-get update \
COPY . $GOPATH/src/${IMPORT_PATH}
WORKDIR $GOPATH/src/${IMPORT_PATH}
RUN dep ensure --vendor-only \
RUN go mod vendor \
&& CGO_ENABLED=0 make ${BINARY}.${ARCH}.${OS}
FROM scratch