From 25f7f35da79f2db793780a66287a8b7e3b3c81dc Mon Sep 17 00:00:00 2001 From: "Jens W. Klein" Date: Thu, 1 Dec 2022 10:21:33 +0100 Subject: [PATCH] Cleanup and fix build dependencies --- Dockerfile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Dockerfile b/Dockerfile index dc14c14..121e660 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,18 +4,18 @@ FROM python:${PYTHON_VERSION}-slim-bullseye as base FROM base as builder ENV PIP_PARAMS="" -ENV PIP_VERSION=22.2.2 +ENV PIP_VERSION=22.3.1 ENV PLONE_VERSION=6.0.0rc1 ENV EXTRA_PACKAGES="relstorage==3.4.5 psycopg2==2.9.3 python-ldap==3.4.0" RUN <