update versions

Signed-off-by: Jess Frazelle <jess@oxide.computer>
This commit is contained in:
Jess Frazelle
2020-05-29 13:44:12 -07:00
parent 86552925c7
commit 6e9bae62f8
10 changed files with 10 additions and 10 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 v2.0.3
ENV MICRO_VERSION v2.0.4
RUN git clone --depth 1 --branch "$MICRO_VERSION" https://github.com/zyedidia/micro /go/src/github.com/zyedidia/micro