Skip to content

Commit

Permalink
Merge pull request #11 from resin-io/update-confd
Browse files Browse the repository at this point in the history
Update to confd 0.11.0
  • Loading branch information
Page- committed Apr 29, 2016
2 parents 4800a26 + 7db5112 commit a000b1e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
* Updated to confd 0.11.0

# 1.4.0

* Updated node to 4.4.3 and npm to 2.15.4
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ RUN curl -SL "https://nodejs.org/dist/v$NODE_VERSION/node-v$NODE_VERSION-linux-x
&& npm cache clear \
&& rm -rf /tmp/*

ENV CONFD_VERSION 0.10.0
ENV CONFD_VERSION 0.11.0

RUN wget -O /usr/local/bin/confd https://github.com/kelseyhightower/confd/releases/download/v${CONFD_VERSION}/confd-${CONFD_VERSION}-linux-amd64 \
&& chmod a+x /usr/local/bin/confd \
Expand Down

0 comments on commit a000b1e

Please sign in to comment.