Skip to content

Commit

Permalink
Try mismatched versions between container and host
Browse files Browse the repository at this point in the history
  • Loading branch information
nutjob4life committed Nov 22, 2024
1 parent 8072914 commit e271b18
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 2 additions & 0 deletions etc/versions/dists.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e271b18

Please sign in to comment.