Skip to content

Commit c142a9c

Browse files
authored
Merge pull request #12 from DanielFran/master
Update Consul and git2consul versions
2 parents 940746b + a51a6ec commit c142a9c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ MAINTAINER Pierre Besson https://github.com/PierreBesson
44
RUN apk --update add nodejs git openssh curl bash inotify-tools jq && \
55
rm -rf /var/cache/apk/* && \
66
npm install -g simplywatch && \
7-
npm install -g git2consul@0.12.12 && \
7+
npm install -g git2consul@0.12.13 && \
88
mkdir -p /etc/git2consul.d
99

1010
ADD /load-config.sh /

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
version: '2'
22
services:
33
consul:
4-
image: consul:0.7.2
4+
image: consul:1.2.0
55
ports:
66
- 8300:8300
77
- 8500:8500

0 commit comments

Comments
 (0)