This commit is contained in:
Roland Gruber 2021-12-16 15:15:07 +01:00
parent a34908e960
commit f626c8e3a2
4 changed files with 9 additions and 3 deletions

View file

@ -1,3 +1,9 @@
ldap-account-manager (7.8.RC1-1) unstable; urgency=medium
* new upstream release
-- Roland Gruber <post@rolandgruber.de> Thu, 16 Dec 2021 15:08:14 +0100
ldap-account-manager (7.7-1) unstable; urgency=medium
* new upstream release

View file

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

View file

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

View file

@ -1 +1 @@
7.8.DEV
7.8.RC1