From 7d7ea1bad38262a3b96c8efbb4ed1d476b6677b2 Mon Sep 17 00:00:00 2001
From: Adar Nimrod <nimrod@shore.co.il>
Date: Sat, 30 Jul 2022 12:38:42 +0300
Subject: [PATCH] Update slapd image to Debian Bullseye.

There's an update to OpenLDAP 2.5 or maybe 2.6 coming down the pipe. But
I'm kicking the can down the road for now. Keeping up with Debian
releases is enough for today.
---
 slapd/Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/slapd/Dockerfile b/slapd/Dockerfile
index 508aade..8f39876 100644
--- a/slapd/Dockerfile
+++ b/slapd/Dockerfile
@@ -1,4 +1,4 @@
-FROM debian:buster-slim
+FROM debian:bullseye-slim
 # hadolint ignore=DL3008
 RUN apt-get update && \
     DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
-- 
GitLab