Browse Source

changelog - light-baseimage:1.1.1

Bertrand Gouny 8 years ago
parent
commit
53607211f5
2 changed files with 6 additions and 1 deletions
  1. 5 0
      CHANGELOG.md
  2. 1 1
      image/Dockerfile

+ 5 - 0
CHANGELOG.md

@@ -1,6 +1,11 @@
 # Changelog
 
 ## 1.1.10
+Fix:
+  - Readme #145 #148
+  - Let ldapmodify and ldapadd use the same auth #146
+
+Update to light-baseimage:1.1.1
 
 ## 1.1.9
 Add :

+ 1 - 1
image/Dockerfile

@@ -1,6 +1,6 @@
 # Use osixia/light-baseimage
 # sources: https://github.com/osixia/docker-light-baseimage
-FROM osixia/light-baseimage:1.1.0
+FROM osixia/light-baseimage:1.1.1
 MAINTAINER Bertrand Gouny <[email protected]>
 
 # Add openldap user and group first to make sure their IDs get assigned consistently, regardless of whatever dependencies get added