Skip to content

Commit ed9430c

Browse files
committed
Merge branch 'hotfix-0.1.1' into stable
2 parents d8eafaa + 361391d commit ed9430c

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
# Changelog
22

3+
## 0.1.1
4+
- Upgrade baseimage: experimental-light-baseimage:0.1.3
5+
36
## 0.1.0
47
- Initial release

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
NAME = osixia/tinc
2-
VERSION = 0.1.0
2+
VERSION = 0.1.1
33

44
.PHONY: all build build-nocache test tag_latest release
55

README.md

-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,5 @@
22

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

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

image/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM osixia/experimental-light-baseimage:0.1.2
1+
FROM osixia/experimental-light-baseimage:0.1.3
22
MAINTAINER Bertrand Gouny <[email protected]>
33

44
# Install OpenLDAP, ldap-utils and ssl-helper from baseimage and remove default ldap db

0 commit comments

Comments
 (0)