From 808be55b10416f05ea4fda98edc3dec38b2e1ac5 Mon Sep 17 00:00:00 2001 From: Quentin Duchemin <quentinduchemin@tuta.io> Date: Sat, 25 Apr 2020 17:59:20 +0200 Subject: [PATCH] [PicaLDAP] Bump to base image 1.3.0 --- pica-openldap/Dockerfile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/pica-openldap/Dockerfile b/pica-openldap/Dockerfile index db3764b2..49df0303 100644 --- a/pica-openldap/Dockerfile +++ b/pica-openldap/Dockerfile @@ -1,6 +1,7 @@ -FROM osixia/openldap:1.2.4 -MAINTAINER bonnetst@utc.fr +FROM osixia/openldap:1.3.0 +LABEL maintainer="quentinduchemin@tuta.io,bonnest@utc.fr" ADD bootstrap /container/service/slapd/assets/config/bootstrap -ADD certs /container/service/slapd/assets/certs ADD environment /container/environment/01-custom + +CMD --copy-service -- GitLab