Skip to content

Commit 7eae1e4

Browse files
committed
Merge branch 'hotfix-0.9.1' into stable
2 parents b68b62a + 17a6c73 commit 7eae1e4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM osixia/baseimage:0.5.0
1+
FROM osixia/baseimage:0.6.0
22
MAINTAINER Bertrand Gouny <[email protected]>
33

44
# From Nick Stenning's work
@@ -27,7 +27,7 @@ CMD ["/sbin/my_init"]
2727
RUN apt-get -y update
2828

2929
# Install openldap (slapd) and ldap-utils
30-
RUN LC_ALL=C DEBIAN_FRONTEND=noninteractive apt-get install -y slapd ldap-utils openssl
30+
RUN LC_ALL=C DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends slapd ldap-utils openssl
3131

3232
# Expose ldap default port
3333
EXPOSE 389

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 = 0.9.0
2+
VERSION = 0.9.1
33

44
.PHONY: all build test tag_latest release
55

0 commit comments

Comments
 (0)