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
|
* 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
|
ldap-account-manager (7.2-1) unstable; urgency=medium
|
||||||
|
|
||||||
|
|
|
@ -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.2
|
ARG LAM_RELEASE=7.3.RC1
|
||||||
EXPOSE 80
|
EXPOSE 80
|
||||||
|
|
||||||
ENV \
|
ENV \
|
||||||
|
|
|
@ -3,7 +3,7 @@ services:
|
||||||
ldap-account-manager:
|
ldap-account-manager:
|
||||||
build:
|
build:
|
||||||
context: .
|
context: .
|
||||||
image: ldapaccountmanager/lam:7.2
|
image: ldapaccountmanager/lam:7.3.RC1
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
ports:
|
ports:
|
||||||
- "8080:80"
|
- "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
|
version. Unless explicitly noticed there is no need to install an
|
||||||
intermediate release.</para>
|
intermediate release.</para>
|
||||||
|
|
||||||
|
<section>
|
||||||
|
<title>7.2 -> 7.3</title>
|
||||||
|
|
||||||
|
<para>No actions required.</para>
|
||||||
|
</section>
|
||||||
|
|
||||||
<section>
|
<section>
|
||||||
<title>7.1 -> 7.2</title>
|
<title>7.1 -> 7.2</title>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue