1
0
mirror of https://github.com/zokradonh/kopano-docker synced 2025-06-07 16:06:14 +00:00

update ldap container to latest version (#341)

Signed-off-by: Felix Bartels <felix@host-consultants.de>
This commit is contained in:
Felix Bartels 2020-02-27 15:30:10 +01:00 committed by GitHub
parent bec6b33365
commit 5d4fabf280
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -381,7 +381,7 @@ test-update-env: ## Recreate containers based on updated .env.
test-ci: test-startup test-ci: test-startup
.PHONY: test-startup .PHONY: test-startup
test-startup: ## Test if all containers start up test-startup: clean ## Test if all containers start up
docker-compose -f $(DOCKERCOMPOSE_FILE) -f tests/test-container.yml build docker-compose -f $(DOCKERCOMPOSE_FILE) -f tests/test-container.yml build
docker-compose -f $(DOCKERCOMPOSE_FILE) up -d docker-compose -f $(DOCKERCOMPOSE_FILE) up -d
docker-compose -f $(DOCKERCOMPOSE_FILE) ps docker-compose -f $(DOCKERCOMPOSE_FILE) ps

View File

@ -1,4 +1,4 @@
ARG CODE_VERSION=1.2.4 ARG CODE_VERSION=1.3.0
FROM osixia/openldap:${CODE_VERSION} FROM osixia/openldap:${CODE_VERSION}
ARG VCS_REF ARG VCS_REF