7.1
This commit is contained in:
parent
b6425b9abd
commit
54f6c82cee
|
@ -1,8 +1,8 @@
|
|||
ldap-account-manager (7.1.RC1-1) unstable; urgency=medium
|
||||
ldap-account-manager (7.1-1) unstable; urgency=medium
|
||||
|
||||
* new upstream release
|
||||
|
||||
-- Roland Gruber <post@rolandgruber.de> Tue, 18 Feb 2020 18:01:11 +0100
|
||||
-- Roland Gruber <post@rolandgruber.de> Mon, 16 Mar 2020 21:24:23 +0100
|
||||
|
||||
ldap-account-manager (7.0-1) unstable; urgency=medium
|
||||
|
||||
|
|
|
@ -29,7 +29,7 @@
|
|||
FROM debian:buster-slim
|
||||
LABEL maintainer="Roland Gruber <post@rolandgruber.de>"
|
||||
|
||||
ARG LAM_RELEASE=7.1.RC1
|
||||
ARG LAM_RELEASE=7.1
|
||||
EXPOSE 80
|
||||
|
||||
ENV \
|
||||
|
|
|
@ -4,7 +4,7 @@ services:
|
|||
build:
|
||||
context: .
|
||||
args:
|
||||
- LAM_RELEASE=7.1.RC1
|
||||
- LAM_RELEASE=7.1
|
||||
image: ldapaccountmanager/lam:latest
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
|
|
|
@ -1 +1 @@
|
|||
7.1.RC1
|
||||
7.1
|
||||
|
|
Loading…
Reference in New Issue