This commit is contained in:
Roland Gruber 2020-04-22 20:20:52 +02:00
parent 5b17baa628
commit df189f69e7
4 changed files with 9 additions and 3 deletions

View File

@ -1,3 +1,9 @@
ldap-account-manager (7.2.RC1-1) unstable; urgency=medium
* new upstream release
-- Roland Gruber <post@rolandgruber.de> Wed, 22 Apr 2020 20:12:31 +0200
ldap-account-manager (7.1-1) unstable; urgency=medium ldap-account-manager (7.1-1) unstable; urgency=medium
* new upstream release * new upstream release

View File

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

View File

@ -4,7 +4,7 @@ services:
build: build:
context: . context: .
args: args:
- LAM_RELEASE=7.1 - LAM_RELEASE=7.2.RC1
image: ldapaccountmanager/lam:latest image: ldapaccountmanager/lam:latest
restart: unless-stopped restart: unless-stopped
ports: ports:

View File

@ -1 +1 @@
7.2.DEV 7.2.RC1