We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 41d15f8 + cb569e6 commit c280273Copy full SHA for c280273
CHANGELOG.md
@@ -1,5 +1,8 @@
1
# Changelog
2
3
+## 1.0.4
4
+ - Use light-baseimage:0.1.3
5
+
6
## 1.0.3
7
- Use light-baseimage:0.1.2
8
- Fixes :
Makefile
@@ -1,5 +1,5 @@
NAME = osixia/openldap
-VERSION = 1.0.3
+VERSION = 1.0.4
.PHONY: all build test tag_latest release
image/Dockerfile
@@ -1,4 +1,4 @@
-FROM osixia/light-baseimage:0.1.2
+FROM osixia/light-baseimage:0.1.3
MAINTAINER Bertrand Gouny <[email protected]>
# Use baseimage's init system.
0 commit comments