This commit is contained in:
Roland Gruber 2024-06-05 07:41:15 +02:00
parent 160bd9c39b
commit a37d5fa7c5
5 changed files with 10 additions and 4 deletions

View file

@ -1,3 +1,9 @@
ldap-account-manager (8.8.RC1-1) unstable; urgency=medium
* new upstream release
-- Roland Gruber <post@rolandgruber.de> Tue, 05 Jun 2024 07:38:32 +0200
ldap-account-manager (8.7-1) unstable; urgency=medium
* new upstream release

View file

@ -29,7 +29,7 @@
FROM debian:bookworm-slim
LABEL maintainer="Roland Gruber <post@rolandgruber.de>"
ARG LAM_RELEASE=8.7
ARG LAM_RELEASE=8.8.RC1
EXPOSE 80
ENV \

View file

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

View file

@ -1 +1 @@
8.7
8.8.RC1

View file

@ -15,7 +15,7 @@
"component" : {
"group" : "ldap-account-manager",
"name" : "ldap-account-manager",
"version" : "8.7",
"version" : "8.8",
"type" : "application",
"bom-ref" : "c2095505-c3af-4958-af68-6a61f216807d"
}