Skip to content

Commit

Permalink
ldap docker image: upgrade alpine to 3.20.3 and slapd to 2.6.7 dcm4ch…
Browse files Browse the repository at this point in the history
  • Loading branch information
gunterze committed Sep 19, 2024
1 parent b6f101f commit b724c11
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docker-compose-amazoncorretto.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: "3"
services:
ldap:
image: dcm4che/slapd-dcm4chee:2.6.6-33.0
image: dcm4che/slapd-dcm4chee:2.6.7-33.0
ports:
- "389:389"
- "636:636"
Expand Down
2 changes: 1 addition & 1 deletion docker-compose-azul-zing.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: "3"
services:
ldap:
image: dcm4che/slapd-dcm4chee:2.6.6-33.0
image: dcm4che/slapd-dcm4chee:2.6.7-33.0
ports:
- "389:389"
- "636:636"
Expand Down
2 changes: 1 addition & 1 deletion docker-compose-azul-zulu.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: "3"
services:
ldap:
image: dcm4che/slapd-dcm4chee:2.6.6-33.0
image: dcm4che/slapd-dcm4chee:2.6.7-33.0
ports:
- "389:389"
- "636:636"
Expand Down
2 changes: 1 addition & 1 deletion docker-compose-logstash.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ services:
- /etc/timezone:/etc/timezone:ro
- /var/local/dcm4chee-arc/logstash/filter-hashtree:/usr/share/logstash/data/filter-hashtree
ldap:
image: dcm4che/slapd-dcm4chee:2.6.6-33.0
image: dcm4che/slapd-dcm4chee:2.6.7-33.0
logging:
driver: gelf
options:
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: "3"
services:
ldap:
image: dcm4che/slapd-dcm4chee:2.6.6-33.0
image: dcm4che/slapd-dcm4chee:2.6.7-33.0
ports:
- "389:389"
- "636:636"
Expand Down

0 comments on commit b724c11

Please sign in to comment.