Skip to content

Commit

Permalink
Release 6.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
avoinea committed Mar 15, 2024
1 parent 2f6a6fa commit c410bf6
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
@@ -1,7 +1,7 @@
FROM plone/plone-backend:6.0.9 as base
FROM plone/plone-backend:6.0.10 as base
FROM base as builder

ENV PLONE_VERSION=6.0.9 \
ENV PLONE_VERSION=6.0.10 \
GRAYLOG=logcentral.eea.europa.eu:12201 \
GRAYLOG_FACILITY=plone-backend \
MEMCACHE_SERVER=memcached:11211 \
Expand All @@ -20,7 +20,7 @@ RUN pip wheel -r requirements.txt -c constraints.txt -c https://dist.plone.org/r

FROM base

ENV PLONE_VERSION=6.0.9 \
ENV PLONE_VERSION=6.0.10 \
GRAYLOG=logcentral.eea.europa.eu:12201 \
GRAYLOG_FACILITY=plone-backend \
MEMCACHE_SERVER=memcached:11211 \
Expand Down
12 changes: 6 additions & 6 deletions constraints.txt
Expand Up @@ -10,7 +10,7 @@ python-memcached==1.62
eea.kitkat==7.0

# Required by eea.kitkat
collective.exportimport==1.10
collective.exportimport==1.12
collective.taxonomy==3.1
eea.api.layout==3.2
eea.banner==1.4
Expand All @@ -30,10 +30,10 @@ amqp==5.2.0
amqplib==1.0.2
Authomatic==1.2.1
bda.cache==1.3.0
dnspython==2.5.0
dnspython==2.6.1
elastic-transport==8.12.0
elasticsearch==8.12.0
eventlet==0.35.1
elasticsearch==8.12.1
eventlet==0.35.2
five.globalrequest==99.1
graypy==3.2.0
greenlet==3.0.3
Expand All @@ -47,10 +47,10 @@ passlib==1.7.4
plone.synchronize==1.0.4
plumber==1.7
PyYAML==6.0.1
sentry-sdk==1.40.1
sentry-sdk==1.42.0
vine==5.1.0
yafowil.bootstrap==2.0.0a1
yafowil.plone==5.0.0a1
yafowil.plone==5.0.0a2
yafowil.widget.array==1.7
yafowil.widget.dict==1.8
yafowil.yaml==2.0
Expand Down

0 comments on commit c410bf6

Please sign in to comment.