File tree 3 files changed +7
-13
lines changed
3 files changed +7
-13
lines changed Original file line number Diff line number Diff line change 1
1
.git
2
- docker-compose.yml
3
- ldap
4
- LICENSE.txt
5
- * .mk
6
- Makefile
7
- README.md
2
+ .gitignore
3
+ .github
4
+ .gitattributes
5
+ src /notused
8
6
local
9
- seed /0 /*
10
- seed /1 /*
11
- seed /b
12
- ! seed /0 /README0.txt
13
- ! seed /1 /README1.txt
7
+ demo /
Original file line number Diff line number Diff line change 1
1
# 2.0.0
2
2
3
- - [ docker] ( Dockerfile ) Now build using alpine:3.12 (openldap 2.4.50 ).
3
+ - [ docker] ( Dockerfile ) Now build using alpine:3.13 (openldap 2.4.56 ).
4
4
- [ demo] ( demo ) Updated demo.
5
5
- [ test] ( test ) Code refactoring.
6
6
- [ docker] ( src/docker/bin/docker-entrypoint.sh ) Code refactoring.
Original file line number Diff line number Diff line change 5
5
6
6
-include *.mk
7
7
8
- BLD_ARG ?= --build-arg DIST=alpine --build-arg REL=3.12
8
+ BLD_ARG ?= --build-arg DIST=alpine --build-arg REL=3.13
9
9
BLD_REPO ?= mlan/openldap
10
10
BLD_VER ?= latest
11
11
You can’t perform that action at this time.
0 commit comments