Skip to content

Commit 981d3c8

Browse files
committed
Update Consul 0.7.5
1 parent 9149d0d commit 981d3c8

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

consul/build.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
docker build -t consul .
2-
docker tag consul:latest consul:0.7.4
2+
docker tag consul:latest consul:0.7.5

consul/push.bat

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
docker tag consul:0.7.4 stefanscherer/consul-windows:0.7.4 || exit /b
2-
docker tag consul:0.7.4 stefanscherer/consul-windows:latest || exit /b
3-
docker push stefanscherer/consul-windows:0.7.4
1+
docker tag consul:0.7.5 stefanscherer/consul-windows:0.7.5 || exit /b
2+
docker tag consul:0.7.5 stefanscherer/consul-windows:latest || exit /b
3+
docker push stefanscherer/consul-windows:0.7.5
44
docker push stefanscherer/consul-windows:latest

consul/test.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
docker run consul:0.7.4 --version
1+
docker run consul:0.7.5 --version

0 commit comments

Comments
 (0)