Skip to content

Commit

Permalink
Merge pull request #12 from DanielFran/master
Browse files Browse the repository at this point in the history
Update Consul and git2consul versions
  • Loading branch information
PierreBesson authored Jun 28, 2018
2 parents 940746b + a51a6ec commit c142a9c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ MAINTAINER Pierre Besson https://github.com/PierreBesson
RUN apk --update add nodejs git openssh curl bash inotify-tools jq && \
rm -rf /var/cache/apk/* && \
npm install -g simplywatch && \
npm install -g git2consul@0.12.12 && \
npm install -g git2consul@0.12.13 && \
mkdir -p /etc/git2consul.d

ADD /load-config.sh /
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '2'
services:
consul:
image: consul:0.7.2
image: consul:1.2.0
ports:
- 8300:8300
- 8500:8500
Expand Down

0 comments on commit c142a9c

Please sign in to comment.