next version

This commit is contained in:
Roland Gruber 2023-01-12 07:46:20 +01:00
parent 644fd22fcc
commit f7a81b521b
3 changed files with 4 additions and 4 deletions

View file

@ -2,7 +2,7 @@
# Docker image for LDAP Account Manager # Docker image for LDAP Account Manager
# This code is part of LDAP Account Manager (http://www.ldap-account-manager.org/) # This code is part of LDAP Account Manager (http://www.ldap-account-manager.org/)
# Copyright (C) 2019 - 2022 Roland Gruber # Copyright (C) 2019 - 2023 Roland Gruber
# This program is free software; you can redistribute it and/or modify # This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by # it under the terms of the GNU General Public License as published by
@ -29,7 +29,7 @@
FROM debian:bullseye-slim FROM debian:bullseye-slim
LABEL maintainer="Roland Gruber <post@rolandgruber.de>" LABEL maintainer="Roland Gruber <post@rolandgruber.de>"
ARG LAM_RELEASE=8.2 ARG LAM_RELEASE=8.3.RC1
EXPOSE 80 EXPOSE 80
ENV \ ENV \

View file

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

View file

@ -1 +1 @@
8.2 8.3.RC1