We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5217cb commit b1fff4eCopy full SHA for b1fff4e
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+# 2.1.6
2
+
3
+- [docker](src/docker) Now use alpine:3.21 (openldap 2.6.8).
4
5
# 2.1.5
6
7
- [docker](src/docker) Now use alpine:3.20 (openldap 2.6.7).
Makefile
@@ -5,7 +5,7 @@
-include *.mk
8
-BLD_ARG ?= --build-arg DIST=alpine --build-arg REL=3.20
+BLD_ARG ?= --build-arg DIST=alpine --build-arg REL=3.21
9
BLD_REPO ?= mlan/openldap
10
BLD_VER ?= latest
11
BLD_KIT ?= DOCKER_BUILDKIT=1
0 commit comments