Skip to content

Commit b1fff4e

Browse files
committed
- [docker](src/docker) Now use alpine:3.21 (openldap 2.6.8).
1 parent e5217cb commit b1fff4e

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 2.1.6
2+
3+
- [docker](src/docker) Now use alpine:3.21 (openldap 2.6.8).
4+
15
# 2.1.5
26

37
- [docker](src/docker) Now use alpine:3.20 (openldap 2.6.7).

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
-include *.mk
77

8-
BLD_ARG ?= --build-arg DIST=alpine --build-arg REL=3.20
8+
BLD_ARG ?= --build-arg DIST=alpine --build-arg REL=3.21
99
BLD_REPO ?= mlan/openldap
1010
BLD_VER ?= latest
1111
BLD_KIT ?= DOCKER_BUILDKIT=1

0 commit comments

Comments
 (0)