Skip to content

Commit 49cdb5d

Browse files
committed
Merge branch 'hotfix-1.0.6' into stable
2 parents eb439bd + dc58f4e commit 49cdb5d

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Changelog
22

3+
## 1.0.6
4+
- Use light-baseimage:0.1.5
5+
36
## 1.0.5
47
- Use light-baseimage:0.1.4
58
- Fix replication bug when the hostname was changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
NAME = osixia/openldap
2-
VERSION = 1.0.5
2+
VERSION = 1.0.6
33

44
.PHONY: all build test tag_latest release
55

image/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM osixia/light-baseimage:0.1.4
1+
FROM osixia/light-baseimage:0.1.5
22
MAINTAINER Bertrand Gouny <[email protected]>
33

44
# Use baseimage's init system.

0 commit comments

Comments
 (0)