mirror of
https://github.com/LDAPAccountManager/lam.git
synced 2025-10-03 09:49:16 +02:00
7.6
This commit is contained in:
parent
36843306be
commit
3c43caad7a
5 changed files with 6 additions and 6 deletions
|
@ -1,11 +1,11 @@
|
|||
ldap-account-manager (7.6.RC1-1) unstable; urgency=medium
|
||||
ldap-account-manager (7.6-1) unstable; urgency=medium
|
||||
|
||||
* new upstream release
|
||||
* Fix "[src:ldap-account-manager] ldap-account-manager: embedded copy
|
||||
of normalize.css" by switching to https://github.com/csstools/normalize.css
|
||||
(Closes: #898787)
|
||||
|
||||
-- Roland Gruber <post@rolandgruber.de> Fri, 04 Jun 2021 19:05:33 +0200
|
||||
-- Roland Gruber <post@rolandgruber.de> Tue, 22 Jun 2021 19:05:33 +0200
|
||||
|
||||
ldap-account-manager (7.5-1) unstable; urgency=medium
|
||||
|
||||
|
|
|
@ -29,7 +29,7 @@
|
|||
FROM debian:buster-slim
|
||||
LABEL maintainer="Roland Gruber <post@rolandgruber.de>"
|
||||
|
||||
ARG LAM_RELEASE=7.6.RC1
|
||||
ARG LAM_RELEASE=7.6
|
||||
EXPOSE 80
|
||||
|
||||
ENV \
|
||||
|
|
|
@ -3,7 +3,7 @@ services:
|
|||
ldap-account-manager:
|
||||
build:
|
||||
context: .
|
||||
image: ldapaccountmanager/lam:7.6.RC1
|
||||
image: ldapaccountmanager/lam:7.6
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- "8080:80"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
June 2021 7.6
|
||||
23.06.2021 7.6
|
||||
- Allow to store whole LAM configuration in MySQL database
|
||||
- Docker: new options for configuration location and LAM Pro license
|
||||
- Full PHP 8 compatibility
|
||||
|
|
|
@ -1 +1 @@
|
|||
7.6.RC1
|
||||
7.6
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue