Skip to content

Commit

Permalink
Merge branch 'hotfix-0.1.1' into stable
Browse files Browse the repository at this point in the history
  • Loading branch information
BertrandGouny committed Jul 26, 2016
2 parents f01dc57 + 8cb431e commit e08a219
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# Changelog

## 0.1.1
- Upgrade baseimage: tinc:0.1.1

## 0.1.0
- Initial release
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
NAME = osixia/tinc-etcd
VERSION = 0.1.0
VERSION = 0.1.1

.PHONY: all build build-nocache test tag_latest release

Expand Down
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

[![Docker Pulls](https://img.shields.io/docker/pulls/osixia/tinc-etcd.svg)][hub]
[![Docker Stars](https://img.shields.io/docker/stars/osixia/tinc-etcd.svg)][hub]
[![Image Size](https://img.shields.io/imagelayers/image-size/osixia/tinc-etcd/latest.svg)](https://imagelayers.io/?images=osixia/tinc-etcd:latest)
[![Image Layers](https://img.shields.io/imagelayers/layers/osixia/tinc-etcd/latest.svg)](https://imagelayers.io/?images=osixia/tinc-etcd:latest)

[hub]: https://hub.docker.com/r/osixia/tinc-etcd/

Expand Down
2 changes: 1 addition & 1 deletion image/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM osixia/tinc:0.1.0
FROM osixia/tinc:0.1.1
MAINTAINER Bertrand Gouny <[email protected]>

# Install multiple process stack from baseimage
Expand Down

0 comments on commit e08a219

Please sign in to comment.