This commit is contained in:
Roland Gruber 2020-08-10 20:04:38 +02:00
parent d0b18ad8b5
commit 3c7fdca8eb
5 changed files with 11 additions and 5 deletions

View File

@ -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

View File

@ -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 \

View File

@ -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"

View File

@ -1 +1 @@
7.3.DEV
7.3.RC1

View File

@ -613,6 +613,12 @@
version. Unless explicitly noticed there is no need to install an
intermediate release.</para>
<section>
<title>7.2 -&gt; 7.3</title>
<para>No actions required.</para>
</section>
<section>
<title>7.1 -&gt; 7.2</title>