This commit is contained in:
Roland Gruber 2025-09-01 20:23:31 +02:00
parent 57f88fb2c5
commit 9051782ecc
6 changed files with 16 additions and 4 deletions

View file

@ -1,3 +1,9 @@
ldap-account-manager (9.3.RC1-1) unstable; urgency=medium
* new upstream release
-- Roland Gruber <post@rolandgruber.de> Mon, 01 Sep 2025 20:11:26 +0200
ldap-account-manager (9.2-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=9.2
ARG LAM_RELEASE=9.3.RC1
EXPOSE 80
ENV \

View file

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