Skip to content

Commit

Permalink
light-baseimage:0.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
BertrandGouny committed Oct 13, 2016
1 parent f1b6190 commit b98eec4
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 0.1.6
- Upgrade baseimage: light-baseimage:0.2.6
- Add TINC_CMD_ARGS environment variable
- Compile tinc from sources

## 0.1.3
- Upgrade baseimage: light-baseimage:0.2.5
- Add TINC_CMD_ARGS environment variable
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
NAME = osixia/tinc
VERSION = 0.1.3
VERSION = 0.1.4

.PHONY: all build build-nocache test tag_latest release

Expand Down
2 changes: 1 addition & 1 deletion image/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Use osixia/light-baseimage
# sources: https://github.com/osixia/docker-light-baseimage
FROM osixia/light-baseimage:0.2.5
FROM osixia/light-baseimage:0.2.6
MAINTAINER Bertrand Gouny <[email protected]>

# Tinc version
Expand Down

0 comments on commit b98eec4

Please sign in to comment.