Skip to content

Commit

Permalink
Updated circle config and dockerfile v2
Browse files Browse the repository at this point in the history
  • Loading branch information
Scott Newton committed Apr 25, 2018
1 parent 17742e4 commit f1cca60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Expand Up @@ -19,7 +19,7 @@ RUN apk --no-cache --virtual .build-dependencies add git \
&& LDFLAGS="-X '"${BUILDINFO_PACKAGE}$VERSION"' -X '"${BUILDINFO_PACKAGE}$DATETIME"' -X '"${BUILDINFO_PACKAGE}$REPOSITORY"' -X '"${BUILDINFO_PACKAGE}$REVISION"' -X '"${BUILDINFO_PACKAGE}$BUILDER"'" \
&& echo "Build flags: $LDFLAGS" \
&& echo "Fetching dependencies..." \
&& curl https://raw.githubusercontent.com/golang/dep/master/install.sh | sh \
&& go get -u github.com/golang/dep/cmd/dep \
&& $GOPATH/bin/dep ensure -vendor-only \
&& go build -ldflags="${LDFLAGS}" \
&& mv ${PROJECT} /${PROJECT} \
Expand Down

0 comments on commit f1cca60

Please sign in to comment.