1
0
Эх сурвалжийг харах

Update to light-baseimage:0.2.2

ofreax 9 жил өмнө
parent
commit
888076e119
3 өөрчлөгдсөн 5 нэмэгдсэн , 2 устгасан
  1. 3 0
      CHANGELOG.md
  2. 1 1
      Makefile
  3. 1 1
      image/Dockerfile

+ 3 - 0
CHANGELOG.md

@@ -1,5 +1,8 @@
 # Changelog
 
+## 1.1.1
+Update to light-baseimage:0.2.2
+
 ## 1.1.0
 Update to light-baseimage:0.2.1 :
   - Use \*.yaml.startup environment files to keep configuration secrets

+ 1 - 1
Makefile

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

+ 1 - 1
image/Dockerfile

@@ -1,6 +1,6 @@
 # Use osixia/light-baseimage
 # sources: https://github.com/osixia/docker-light-baseimage
-FROM osixia/light-baseimage:0.2.1
+FROM osixia/light-baseimage:0.2.2
 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