Skip to content

Commit 824ce0d

Browse files
committed
Update z3cform pin and version number
1 parent 69881e8 commit 824ce0d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ USER root
66
#RUN /app/bin/pip install -U pip==22.0.4
77

88
COPY . /jazkarta.shop
9-
RUN /app/bin/pip install Products.PrintingMailHost /jazkarta.shop --use-deprecated legacy-resolver
9+
RUN /app/bin/pip install 'plone.z3cform>=1.2.1' Products.PrintingMailHost /jazkarta.shop --use-deprecated legacy-resolver
1010

1111
RUN <<DOCKEREOF
1212
cat >> /app/etc/zope.conf <<EOF

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from setuptools import setup, find_packages
22

3-
version = '2.0.5'
3+
version = '2.0.6'
44

55
setup(
66
name='jazkarta.shop',

0 commit comments

Comments
 (0)