This commit is contained in:
Roland Gruber 2021-06-04 19:48:08 +02:00
parent 4e462a8d8d
commit 16296bc034
4 changed files with 5 additions and 5 deletions

View file

@ -1,11 +1,11 @@
ldap-account-manager (7.6.DEV-1) unstable; urgency=medium
ldap-account-manager (7.6.RC1-1) unstable; urgency=medium
* new upstream release
* Fix "[src:ldap-account-manager] ldap-account-manager: embedded copy
of normalize.css" by switching to https://github.com/csstools/normalize.css
(Closes: #898787)
-- Roland Gruber <post@rolandgruber.de> Sat, 03 Apr 2021 17:05:33 +0200
-- Roland Gruber <post@rolandgruber.de> Fri, 04 Jun 2021 19:05:33 +0200
ldap-account-manager (7.5-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.5
ARG LAM_RELEASE=7.6.RC1
EXPOSE 80
ENV \

View file

@ -3,7 +3,7 @@ services:
ldap-account-manager:
build:
context: .
image: ldapaccountmanager/lam:7.5
image: ldapaccountmanager/lam:7.6.RC1
restart: unless-stopped
ports:
- "8080:80"

View file

@ -1 +1 @@
7.6.DEV
7.6.RC1