From 2a83f4f5415777ec545eee35b30b89e143eddb3e Mon Sep 17 00:00:00 2001 From: Renovator Bot Date: Sat, 26 Oct 2024 19:34:24 +0000 Subject: [PATCH] chore(deps): update dependency alpine_3_20/openldap to v2.6.8-r0 (#7) Reviewed-on: https://gitea.rknet.org/container/openldap/pulls/7 Co-authored-by: Renovator Bot Co-committed-by: Renovator Bot --- Containerfile.multiarch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containerfile.multiarch b/Containerfile.multiarch index 4af2cff..eb60505 100644 --- a/Containerfile.multiarch +++ b/Containerfile.multiarch @@ -12,7 +12,7 @@ ARG TARGETARCH ARG TARGETVARIANT # renovate: datasource=repology depName=alpine_3_20/openldap versioning=loose -ENV OPENLDAP_VERSION=2.6.7-r0 +ENV OPENLDAP_VERSION=2.6.8-r0 RUN addgroup -g 1001 -S ldap && \ adduser -S -D -H -u 1001 -G ldap -g ldap ldap && \