Skip to content

Commit c280273

Browse files
committed
Merge branch 'hotfix-1.0.4' into stable
2 parents 41d15f8 + cb569e6 commit c280273

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.4
4+
- Use light-baseimage:0.1.3
5+
36
## 1.0.3
47
- Use light-baseimage:0.1.2
58
- Fixes :

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.3
2+
VERSION = 1.0.4
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.2
1+
FROM osixia/light-baseimage:0.1.3
22
MAINTAINER Bertrand Gouny <[email protected]>
33

44
# Use baseimage's init system.

0 commit comments

Comments
 (0)