mirror of
https://github.com/LDAPAccountManager/lam.git
synced 2025-10-03 01:39:33 +02:00
9.2
This commit is contained in:
parent
e80d894bc1
commit
38b85c189e
7 changed files with 2371 additions and 1933 deletions
|
@ -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
|
||||
|
|
|
@ -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 \
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -1 +1 @@
|
|||
9.1
|
||||
9.2.RC1
|
||||
|
|
|
@ -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
2159
lam/sbom.json
2159
lam/sbom.json
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue