You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by sm...@apache.org on 2022/01/01 18:11:01 UTC

[directory-fortress-core] branch master updated: use slim image

This is an automated email from the ASF dual-hosted git repository.

smckinney pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/directory-fortress-core.git


The following commit(s) were added to refs/heads/master by this push:
     new 9c9c193  use slim image
9c9c193 is described below

commit 9c9c19375ac36ae92bd98b6457a194e53485b4d0
Author: Shawn McKinney <sm...@symas.com>
AuthorDate: Sat Jan 1 12:10:57 2022 -0600

    use slim image
---
 src/docker/openldap-for-apache-fortress-tests/Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/docker/openldap-for-apache-fortress-tests/Dockerfile b/src/docker/openldap-for-apache-fortress-tests/Dockerfile
index 0639643..c675988 100644
--- a/src/docker/openldap-for-apache-fortress-tests/Dockerfile
+++ b/src/docker/openldap-for-apache-fortress-tests/Dockerfile
@@ -16,7 +16,7 @@
 #   specific language governing permissions and limitations
 #   under the License.
 #
-FROM debian:11
+FROM debian:bullseye-slim
 # Setup openldap package:
 RUN apt-get update && apt-get install -y --no-install-recommends\
          gnupg \