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 eb439bd + dc58f4e commit 49cdb5dCopy full SHA for 49cdb5d
CHANGELOG.md
@@ -1,5 +1,8 @@
1
# Changelog
2
3
+## 1.0.6
4
+ - Use light-baseimage:0.1.5
5
+
6
## 1.0.5
7
- Use light-baseimage:0.1.4
8
- Fix replication bug when the hostname was changed
Makefile
@@ -1,5 +1,5 @@
NAME = osixia/openldap
-VERSION = 1.0.5
+VERSION = 1.0.6
.PHONY: all build test tag_latest release
image/Dockerfile
@@ -1,4 +1,4 @@
-FROM osixia/light-baseimage:0.1.4
+FROM osixia/light-baseimage:0.1.5
MAINTAINER Bertrand Gouny <[email protected]>
# Use baseimage's init system.
0 commit comments