This commit is contained in:
Roland Gruber 2025-05-20 07:44:36 +02:00
parent e80d894bc1
commit 38b85c189e
7 changed files with 2371 additions and 1933 deletions

View file

@ -1,3 +1,11 @@
ldap-account-manager (9.2.RC1-1) unstable; urgency=medium
* new upstream release
* Fix "Please upgrade to upstream release >= 9.1" by packaging
new version (Closes: #1100719)
-- Roland Gruber <post@rolandgruber.de> Thu, 20 May 2025 07:41:13 +0200
ldap-account-manager (9.1-1) unstable; urgency=medium
* new upstream release

View file

@ -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 - 2024 Roland Gruber
# Copyright (C) 2019 - 2025 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=9.1
ARG LAM_RELEASE=9.2.RC1
EXPOSE 80
ENV \

View file

@ -3,7 +3,7 @@ services:
ldap-account-manager:
build:
context: .
image: ldapaccountmanager/lam:9.1
image: ldapaccountmanager/lam:9.2.RC1
restart: unless-stopped
ports:
- "8080:80"

View file

@ -1 +1 @@
9.1
9.2.RC1

View file

@ -1,6 +1,6 @@
{
"name": "ldap-account-manager/ldap-account-manager",
"version": "9.1",
"version": "9.2",
"config": {
"vendor-dir": "lib/3rdParty/composer",
"platform": {

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff