From e196098c6c3562720154175398440df95964e3e9 Mon Sep 17 00:00:00 2001 From: Christian Connert Date: Tue, 9 Jul 2019 15:18:45 +0200 Subject: [PATCH] Revert "Removed debug flag from Dockerfile" This reverts commit 330df3eaa5bf92849a765e5f4360b5efa6369243. --- Dockerfile | 2 +- ldapcherry/version.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 5ad7787..1aa78ad 100644 --- a/Dockerfile +++ b/Dockerfile @@ -18,4 +18,4 @@ RUN apk add --no-cache libldap && \ USER ldapcherry -CMD ["ldapcherryd", "-c", "/etc/ldapcherry/ldapcherry.ini"] +CMD [ "ldapcherryd", "-c", "/etc/ldapcherry/ldapcherry.ini", "-D" ] diff --git a/ldapcherry/version.py b/ldapcherry/version.py index 4602577..5a89ad8 100644 --- a/ldapcherry/version.py +++ b/ldapcherry/version.py @@ -5,4 +5,4 @@ # ldapCherry # Copyright (c) 2014 Carpentier Pierre-Francois -version = '1.1.4' +version = '1.1.3'