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 582b08d + 92a51ae commit d0f6f54Copy full SHA for d0f6f54
CHANGELOG.md
@@ -1,5 +1,8 @@
1
# Changelog
2
3
+## 0.6.5
4
+ - Upgrade baseimage: web-baseimage:0.1.6
5
+
6
## 0.6.4
7
- Upgrade baseimage: web-baseimage:0.1.5
8
- Remove listen on http when https is enable
Makefile
@@ -1,5 +1,5 @@
NAME = osixia/phpldapadmin
-VERSION = 0.6.4
+VERSION = 0.6.5
.PHONY: all build test tag_latest release
image/Dockerfile
@@ -1,4 +1,4 @@
-FROM osixia/web-baseimage:0.1.5
+FROM osixia/web-baseimage:0.1.6
MAINTAINER Bertrand Gouny <bertrand.gouny@osixia.net>
# phpLDAPadmin version
0 commit comments