Skip to content

Commit

Permalink
Modify versions for zc.buildout, plone.restapi(py2) according to Plon…
Browse files Browse the repository at this point in the history
…e 5.2.10.
  • Loading branch information
Petchesi-Iulian committed Jun 19, 2023
1 parent 0bd67b5 commit 0ff72f1
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion 5.2/5.2.10/alpine/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM python:3.8-alpine

ENV PIP=22.2.2 \
ZC_BUILDOUT=2.13.7 \
ZC_BUILDOUT=2.13.8 \
SETUPTOOLS=51.3.3 \
WHEEL=0.38.1 \
PLONE_MAJOR=5.2 \
Expand Down
2 changes: 1 addition & 1 deletion 5.2/5.2.10/debian/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM python:3.8-slim-buster

ENV PIP=22.2.2 \
ZC_BUILDOUT=2.13.7 \
ZC_BUILDOUT=2.13.8 \
SETUPTOOLS=51.3.3 \
WHEEL=0.37.1 \
PLONE_MAJOR=5.2 \
Expand Down
2 changes: 1 addition & 1 deletion 5.2/5.2.10/python2/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM python:2.7-slim-buster

ENV PIP=20.3.4 \
ZC_BUILDOUT=2.13.7 \
ZC_BUILDOUT=2.13.8 \
SETUPTOOLS=44.1.1 \
WHEEL=0.37.1 \
PLONE_MAJOR=5.2 \
Expand Down
2 changes: 1 addition & 1 deletion 5.2/5.2.10/python2/buildout.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ enabled = False
setuptools =
zc.buildout =

plone.restapi = 7.8.0
plone.restapi = 7.8.1

RelStorage = 3.4.0
argparse = 1.4.0
Expand Down
2 changes: 1 addition & 1 deletion 5.2/5.2.10/python37/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM python:3.7-slim-buster

ENV PIP=22.2.2 \
ZC_BUILDOUT=2.13.7 \
ZC_BUILDOUT=2.13.8 \
SETUPTOOLS=51.3.3 \
WHEEL=0.37.1 \
PLONE_MAJOR=5.2 \
Expand Down

0 comments on commit 0ff72f1

Please sign in to comment.