mirror of
https://github.com/LDAPAccountManager/lam.git
synced 2025-10-03 09:49:16 +02:00
8.7
This commit is contained in:
parent
08228f9f4b
commit
b3fc2044d7
5 changed files with 12 additions and 6 deletions
|
@ -1,3 +1,9 @@
|
|||
ldap-account-manager (8.7.RC1-1) unstable; urgency=medium
|
||||
|
||||
* new upstream release
|
||||
|
||||
-- Roland Gruber <post@rolandgruber.de> Thu, 29 Feb 2024 07:35:21 +0200
|
||||
|
||||
ldap-account-manager (8.6-1) unstable; urgency=medium
|
||||
|
||||
* new upstream release
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
# Docker image for LDAP Account Manager
|
||||
|
||||
# This code is part of LDAP Account Manager (http://www.ldap-account-manager.org/)
|
||||
# Copyright (C) 2019 - 2023 Roland Gruber
|
||||
# Copyright (C) 2019 - 2024 Roland Gruber
|
||||
|
||||
# This program is free software; you can redistribute it and/or modify
|
||||
# it under the terms of the GNU General Public License as published by
|
||||
|
@ -29,7 +29,7 @@
|
|||
FROM debian:bookworm-slim
|
||||
LABEL maintainer="Roland Gruber <post@rolandgruber.de>"
|
||||
|
||||
ARG LAM_RELEASE=8.6
|
||||
ARG LAM_RELEASE=8.7.RC1
|
||||
EXPOSE 80
|
||||
|
||||
ENV \
|
||||
|
|
|
@ -3,7 +3,7 @@ services:
|
|||
ldap-account-manager:
|
||||
build:
|
||||
context: .
|
||||
image: ldapaccountmanager/lam:8.6
|
||||
image: ldapaccountmanager/lam:8.7.RC1
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- "8080:80"
|
||||
|
|
|
@ -1 +1 @@
|
|||
8.6
|
||||
8.7.RC1
|
||||
|
|
|
@ -615,8 +615,8 @@
|
|||
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>Self service profiles that were not saved with a LAM version
|
||||
of the past 3 years must be saved with LAM Pro 8.6 before
|
||||
<para>Self service profiles that were not saved with a LAM Pro
|
||||
version of the past 3 years must be saved with LAM Pro 8.6 before
|
||||
upgrading to LAM Pro 8.7.</para>
|
||||
</listitem>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue