We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41c337f commit 0d458a8Copy full SHA for 0d458a8
2 files changed
Dockerfile-debian.template
@@ -128,7 +128,7 @@ RUN apt-get update && \
128
libkrb5-dev \
129
libxslt1-dev \
130
libldap-common \
131
- libldap-2.5-0 \
+ {{ if env.variant == "bookworm" then "libldap-2.5-0 " else "libldap2" end }} \
132
libldap2-dev \
133
libreadline-dev \
134
libicu-dev && \
versions.json
@@ -44,5 +44,19 @@
44
"bookworm"
45
],
46
"version": "4.4"
47
+ },
48
+ "1": {
49
+ "debian": "trixie",
50
+ "trixie": {
51
+ "arches": [
52
+ "amd64"
53
+ ],
54
+ "version": "1.17"
55
56
+ "major": 1,
57
+ "variants": [
58
+ "trixie"
59
60
61
}
62
0 commit comments