Skip to content

Commit e4459d2

Browse files
committed
Dockerfile: Change watcher version
1 parent 985a34d commit e4459d2

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

Dockerfile

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,14 @@ ENV GO_VERSION 1.7
1616

1717
RUN curl -s -L https://raw.githubusercontent.com/moovweb/gvm/master/binscripts/gvm-installer | bash
1818

19-
RUN . /root/.gvm/scripts/gvm && gvm install go1.4 && gvm use go1.4 && gvm install go1.5 && gvm install go1.6 && gvm install go1.7
20-
21-
ENV WATCHER_VERSION 0.2.3
19+
RUN . /root/.gvm/scripts/gvm && \
20+
gvm install go1.4 && \
21+
gvm use go1.4 && \
22+
gvm install go1.5 && \
23+
gvm install go1.6 && \
24+
gvm install go1.7
25+
26+
ENV WATCHER_VERSION 0.2.4
2227

2328
ADD https://github.com/canthefason/go-watcher/releases/download/v${WATCHER_VERSION}/watcher-${WATCHER_VERSION}-linux-amd64 /root/.gvm/bin/watcher
2429

0 commit comments

Comments
 (0)