We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 18ca635 + c54f762 commit 3fe4102Copy full SHA for 3fe4102
CHANGELOG.md
@@ -1,5 +1,8 @@
1
# Changelog
2
3
+## 0.1.4
4
+ - Upgrade baseimage: light-baseimage:0.2.6
5
+
6
## 0.1.3
7
- Upgrade baseimage: light-baseimage:0.2.5
8
- Add TINC_CMD_ARGS environment variable
Makefile
@@ -1,5 +1,5 @@
NAME = osixia/tinc
-VERSION = 0.1.3
+VERSION = 0.1.4
.PHONY: all build build-nocache test tag_latest release
image/Dockerfile
@@ -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 <bertrand.gouny@osixia.net>
# Tinc version
0 commit comments