mirror of
https://github.com/LDAPAccountManager/lam.git
synced 2025-10-03 17:59:21 +02:00
7.6
This commit is contained in:
parent
4e462a8d8d
commit
16296bc034
4 changed files with 5 additions and 5 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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 \
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -1 +1 @@
|
|||
7.6.DEV
|
||||
7.6.RC1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue