Skip to content

Commit

Permalink
Release plone/plone-backend 6.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
avoinea committed Oct 18, 2023
1 parent 11743ff commit bc56ed7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM plone/plone-backend:6.0.6 as base
FROM plone/plone-backend:6.0.7 as base
FROM base as builder

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

FROM base

ENV PLONE_VERSION=6.0.6 \
ENV PLONE_VERSION=6.0.7 \
GRAYLOG=logcentral.eea.europa.eu:12201 \
GRAYLOG_FACILITY=plone-backend \
MEMCACHE_SERVER=memcached:11211 \
Expand Down
2 changes: 1 addition & 1 deletion develop/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ endif
##############################################################################
# SETTINGS AND VARIABLE

PLONE_VERSION=6.0.6
PLONE_VERSION=6.0.7
#`docker run -i --rm eeacms/plone-backend env | grep PLONE_VERSION | sed "s/PLONE_VERSION=//g"`
PYTHON?=python3.11

Expand Down

0 comments on commit bc56ed7

Please sign in to comment.