We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10d36e1 commit 1e6f744Copy full SHA for 1e6f744
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## 2.6-7.6.2 2023-07-11 <dave at tiredofit dot ca>
2
+
3
+ ### Added
4
+ - OpenLDAP 2.6.5
5
6
7
## 2.6-7.6.1 2023-05-31 <dave at tiredofit dot ca>
8
9
### Changed
Dockerfile
@@ -6,7 +6,7 @@ LABEL maintainer="Dave Conroy (github.com/tiredofit)"
ARG OPENLDAP_VERSION
-ENV OPENLDAP_VERSION=${OPENLDAP_VERSION:-"2.6.4"} \
+ENV OPENLDAP_VERSION=${OPENLDAP_VERSION:-"2.6.5"} \
10
SCHEMA2LDIF_VERSION=1.3 \
11
IMAGE_NAME="tiredofit/openldap" \
12
IMAGE_REPO_URL="https://github.com/tiredofit/docker-openldap/"
0 commit comments