Skip to content

Commit

Permalink
Serf 0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vincetse committed Feb 24, 2017
1 parent 7d67fec commit 6f1cf41
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
FROM alpine:3.3
FROM alpine:3.5
MAINTAINER Vince Tse <[email protected]>

# Update the base image
RUN apk update
RUN apk upgrade

# Add serf binary
COPY ./serf/serf_0.7.0_linux_amd64.zip /tmp/
RUN cd /usr/local/bin && unzip /tmp/serf_0.7.0_linux_amd64.zip && chmod +x serf
COPY ./serf/serf_0.8.1_linux_amd64.zip /tmp/
RUN cd /usr/local/bin && unzip /tmp/serf_0.8.1_linux_amd64.zip && chmod +x serf
Binary file added serf/serf_0.8.1_linux_amd64.zip
Binary file not shown.

0 comments on commit 6f1cf41

Please sign in to comment.