Skip to content

Commit

Permalink
8.8
Browse files Browse the repository at this point in the history
  • Loading branch information
gruberroland committed Jun 5, 2024
1 parent 160bd9c commit a37d5fa
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions lam-packaging/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
ldap-account-manager (8.8.RC1-1) unstable; urgency=medium

* new upstream release

-- Roland Gruber <[email protected]> Tue, 05 Jun 2024 07:38:32 +0200

ldap-account-manager (8.7-1) unstable; urgency=medium

* new upstream release
Expand Down
2 changes: 1 addition & 1 deletion lam-packaging/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
FROM debian:bookworm-slim
LABEL maintainer="Roland Gruber <[email protected]>"

ARG LAM_RELEASE=8.7
ARG LAM_RELEASE=8.8.RC1
EXPOSE 80

ENV \
Expand Down
2 changes: 1 addition & 1 deletion lam-packaging/docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ services:
ldap-account-manager:
build:
context: .
image: ldapaccountmanager/lam:8.7
image: ldapaccountmanager/lam:8.8.RC1
restart: unless-stopped
ports:
- "8080:80"
Expand Down
2 changes: 1 addition & 1 deletion lam/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
8.7
8.8.RC1
2 changes: 1 addition & 1 deletion lam/sbom-libs.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"component" : {
"group" : "ldap-account-manager",
"name" : "ldap-account-manager",
"version" : "8.7",
"version" : "8.8",
"type" : "application",
"bom-ref" : "c2095505-c3af-4958-af68-6a61f216807d"
}
Expand Down

0 comments on commit a37d5fa

Please sign in to comment.