7.2
This commit is contained in:
parent
5b17baa628
commit
df189f69e7
|
@ -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
|
||||
|
||||
* new upstream release
|
||||
|
|
|
@ -29,7 +29,7 @@
|
|||
FROM debian:buster-slim
|
||||
LABEL maintainer="Roland Gruber <post@rolandgruber.de>"
|
||||
|
||||
ARG LAM_RELEASE=7.1
|
||||
ARG LAM_RELEASE=7.2.RC1
|
||||
EXPOSE 80
|
||||
|
||||
ENV \
|
||||
|
|
|
@ -4,7 +4,7 @@ services:
|
|||
build:
|
||||
context: .
|
||||
args:
|
||||
- LAM_RELEASE=7.1
|
||||
- LAM_RELEASE=7.2.RC1
|
||||
image: ldapaccountmanager/lam:latest
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
|
|
|
@ -1 +1 @@
|
|||
7.2.DEV
|
||||
7.2.RC1
|
||||
|
|
Loading…
Reference in New Issue