Skip to content

Commit

Permalink
lloadd: use openldap 2.6.9
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Berendt <[email protected]>
  • Loading branch information
berendt authored and osfrickler committed Jan 6, 2025
1 parent 216c9e8 commit 9ba6a75
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-lloadd-container-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
strategy:
matrix:
version:
- 2.6.8
- 2.6.9
steps:
- name: Checkout code
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion lloadd/Containerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM debian:bookworm AS builder

ARG VERSION=2.6.8
ARG VERSION=2.6.9

SHELL ["/bin/bash", "-o", "pipefail", "-c"]

Expand Down

0 comments on commit 9ba6a75

Please sign in to comment.