cleanup latest versions

Signed-off-by: Jess Frazelle <acidburn@github.com>
This commit is contained in:
Jess Frazelle
2018-12-28 19:35:17 -05:00
parent 53c771e034
commit b4190a30ff
6 changed files with 6 additions and 12 deletions

View File

@@ -9,7 +9,7 @@ RUN apk --no-cache add \
ENV PATH /go/bin:/usr/local/go/bin:$PATH
ENV GOPATH /go
ENV MICRO_VERSION nightly
ENV MICRO_VERSION v1.4.1
RUN git clone --depth 1 --branch "$MICRO_VERSION" https://github.com/zyedidia/micro /go/src/github.com/zyedidia/micro