Skip to content

Commit

Permalink
Release 5.2.14
Browse files Browse the repository at this point in the history
  • Loading branch information
avoinea committed Jul 31, 2024
1 parent 4b3c5be commit a3a9c7e
Show file tree
Hide file tree
Showing 8 changed files with 19 additions and 19 deletions.
6 changes: 3 additions & 3 deletions 5.2/5.2.14/alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ ENV PIP=22.2.2 \
SETUPTOOLS=65.7.0 \
WHEEL=0.38.4 \
PLONE_MAJOR=5.2 \
PLONE_VERSION=5.2.13 \
PLONE_VERSION_RELEASE=Plone-5.2.13-UnifiedInstaller-1.0 \
PLONE_MD5=12c037fae9413385149e8677f8457b84
PLONE_VERSION=5.2.14 \
PLONE_VERSION_RELEASE=Plone-5.2.14-UnifiedInstaller-1.0 \
PLONE_MD5=e8e1f774f069026319be3038631e0734

RUN addgroup -g 500 plone \
&& adduser -S -D -G plone -u 500 plone \
Expand Down
4 changes: 2 additions & 2 deletions 5.2/5.2.14/alpine/buildout.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@ enabled = False
setuptools =
zc.buildout =

plone.restapi = 8.43.1
plone.rest = 3.0.0
plone.restapi = 8.43.3
plone.rest = 3.0.2

RelStorage = 3.4.5
argparse = 1.4.0
Expand Down
6 changes: 3 additions & 3 deletions 5.2/5.2.14/debian/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ ENV PIP=22.2.2 \
SETUPTOOLS=65.7.0 \
WHEEL=0.38.4 \
PLONE_MAJOR=5.2 \
PLONE_VERSION=5.2.13 \
PLONE_VERSION_RELEASE=Plone-5.2.13-UnifiedInstaller-1.0 \
PLONE_MD5=12c037fae9413385149e8677f8457b84
PLONE_VERSION=5.2.14 \
PLONE_VERSION_RELEASE=Plone-5.2.14-UnifiedInstaller-1.0 \
PLONE_MD5=e8e1f774f069026319be3038631e0734

RUN useradd --system -m -d /plone -U -u 500 plone \
&& mkdir -p /plone/instance/ /data/filestorage /data/blobstorage
Expand Down
4 changes: 2 additions & 2 deletions 5.2/5.2.14/debian/buildout.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@ enabled = False
setuptools =
zc.buildout =

plone.restapi = 8.43.1
plone.rest = 3.0.0
plone.restapi = 8.43.3
plone.rest = 3.0.2

RelStorage = 3.4.5
argparse = 1.4.0
Expand Down
6 changes: 3 additions & 3 deletions 5.2/5.2.14/python2/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ ENV PIP=20.3.4 \
SETUPTOOLS=44.1.1 \
WHEEL=0.37.1 \
PLONE_MAJOR=5.2 \
PLONE_VERSION=5.2.13 \
PLONE_VERSION_RELEASE=Plone-5.2.13-UnifiedInstaller-1.0 \
PLONE_MD5=12c037fae9413385149e8677f8457b84
PLONE_VERSION=5.2.14 \
PLONE_VERSION_RELEASE=Plone-5.2.14-UnifiedInstaller-1.0 \
PLONE_MD5=e8e1f774f069026319be3038631e0734

RUN useradd --system -m -d /plone -U -u 500 plone \
&& mkdir -p /plone/instance/ /data/filestorage /data/blobstorage
Expand Down
2 changes: 1 addition & 1 deletion 5.2/5.2.14/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.2
plone.restapi = 7.8.3

RelStorage = 3.4.0
argparse = 1.4.0
Expand Down
6 changes: 3 additions & 3 deletions 5.2/5.2.14/python37/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ ENV PIP=22.2.2 \
SETUPTOOLS=65.7.0 \
WHEEL=0.38.4 \
PLONE_MAJOR=5.2 \
PLONE_VERSION=5.2.13 \
PLONE_VERSION_RELEASE=Plone-5.2.13-UnifiedInstaller-1.0 \
PLONE_MD5=12c037fae9413385149e8677f8457b84
PLONE_VERSION=5.2.14 \
PLONE_VERSION_RELEASE=Plone-5.2.14-UnifiedInstaller-1.0 \
PLONE_MD5=e8e1f774f069026319be3038631e0734

RUN useradd --system -m -d /plone -U -u 500 plone \
&& mkdir -p /plone/instance/ /data/filestorage /data/blobstorage
Expand Down
4 changes: 2 additions & 2 deletions 5.2/5.2.14/python37/buildout.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@ enabled = False
setuptools =
zc.buildout =

plone.restapi = 8.43.1
plone.rest = 3.0.0
plone.restapi = 8.43.3
plone.rest = 3.0.2

RelStorage = 3.4.5
argparse = 1.4.0
Expand Down

0 comments on commit a3a9c7e

Please sign in to comment.