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.
1 parent 7a36569 commit 76101e0Copy full SHA for 76101e0
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+# 2.1.4
2
+
3
+- [docker](src/docker) Now use alpine:3.19 (openldap 2.6.6).
4
5
# 2.1.3
6
7
- [docker](src/docker) Now use alpine:3.18 (openldap 2.6.5).
Makefile
@@ -5,7 +5,7 @@
-include *.mk
8
-BLD_ARG ?= --build-arg DIST=alpine --build-arg REL=3.18
+BLD_ARG ?= --build-arg DIST=alpine --build-arg REL=3.19
9
BLD_REPO ?= mlan/openldap
10
BLD_VER ?= latest
11
BLD_KIT ?= DOCKER_BUILDKIT=1
0 commit comments