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 && \