ofreax 10 ani în urmă
părinte
comite
dc58f4e79c
3 a modificat fișierele cu 5 adăugiri și 2 ștergeri
  1. 3 0
      CHANGELOG.md
  2. 1 1
      Makefile
  3. 1 1
      image/Dockerfile

+ 3 - 0
CHANGELOG.md

@@ -1,5 +1,8 @@
 # Changelog
 
+## 1.0.6
+  - Use light-baseimage:0.1.5
+
 ## 1.0.5
   - Use light-baseimage:0.1.4
   - Fix replication bug when the hostname was changed

+ 1 - 1
Makefile

@@ -1,5 +1,5 @@
 NAME = osixia/openldap
-VERSION = 1.0.5
+VERSION = 1.0.6
 
 .PHONY: all build test tag_latest release
 

+ 1 - 1
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.