diff --git a/Dockerfile b/Dockerfile index 174bfb0..c008693 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,8 +2,12 @@ # ========== # # Defines the image for the CancerDataExpo +# +# Going beyond 5.2.9 seems to break things +# +# We should dump Plone/Zope and switch to Django -FROM plone:5.2.14 +FROM plone:5.2.9 ENV numpy=1.23.4 diff --git a/etc/versions/dists.cfg b/etc/versions/dists.cfg index a5b0d50..ea94dfb 100644 --- a/etc/versions/dists.cfg +++ b/etc/versions/dists.cfg @@ -12,6 +12,8 @@ # # • Plone 5.2.14 # +# Yes, this is different from the Dockerfile. Life sucks. +# # That's it (for now). [buildout] extends = https://dist.plone.org/release/5.2.14/versions.cfg