7.3
This commit is contained in:
parent
d0b18ad8b5
commit
3c7fdca8eb
|
@ -1,8 +1,8 @@
|
|||
ldap-account-manager (7.3.DEV-1) unstable; urgency=medium
|
||||
ldap-account-manager (7.3.RC1-1) unstable; urgency=medium
|
||||
|
||||
* new upstream release
|
||||
|
||||
-- Roland Gruber <post@rolandgruber.de> Fri, 30 Jul 2020 09:12:46 +0200
|
||||
-- Roland Gruber <post@rolandgruber.de> Mon, 10 Aug 2020 19:25:33 +0200
|
||||
|
||||
ldap-account-manager (7.2-1) unstable; urgency=medium
|
||||
|
||||
|
|
|
@ -29,7 +29,7 @@
|
|||
FROM debian:buster-slim
|
||||
LABEL maintainer="Roland Gruber <post@rolandgruber.de>"
|
||||
|
||||
ARG LAM_RELEASE=7.2
|
||||
ARG LAM_RELEASE=7.3.RC1
|
||||
EXPOSE 80
|
||||
|
||||
ENV \
|
||||
|
|
|
@ -3,7 +3,7 @@ services:
|
|||
ldap-account-manager:
|
||||
build:
|
||||
context: .
|
||||
image: ldapaccountmanager/lam:7.2
|
||||
image: ldapaccountmanager/lam:7.3.RC1
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- "8080:80"
|
||||
|
|
|
@ -1 +1 @@
|
|||
7.3.DEV
|
||||
7.3.RC1
|
||||
|
|
|
@ -613,6 +613,12 @@
|
|||
version. Unless explicitly noticed there is no need to install an
|
||||
intermediate release.</para>
|
||||
|
||||
<section>
|
||||
<title>7.2 -> 7.3</title>
|
||||
|
||||
<para>No actions required.</para>
|
||||
</section>
|
||||
|
||||
<section>
|
||||
<title>7.1 -> 7.2</title>
|
||||
|
||||
|
|
Loading…
Reference in New Issue