Skip to content

Commit

Permalink
pin plone.distribution to 1.0.0b4. Update to plone 6.0.11.1 (#45)
Browse files Browse the repository at this point in the history
* Update constraints.txt
* Update Makefile
* Update Dockerfile

For update to plone.distribution 2.0.X,  a separate import and then export needs to be made, as was done in #44  for demo.plone.org (backend/frontend in this repo)
  • Loading branch information
fredvd authored May 18, 2024
1 parent f8248e8 commit 4c81df0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion classic/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# syntax=docker/dockerfile:1
ARG SEED=1000
ARG PLONE_VERSION=6.0.11
ARG PLONE_VERSION=6.0.11.1
FROM plone/plone-backend:${PLONE_VERSION}
ENV zope_i18n_compile_mo_files=true

Expand Down
2 changes: 1 addition & 1 deletion classic/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ YELLOW=`tput setaf 3`
DISTRIBUTIONS="classicdemo"
ALLOWED_DISTRIBUTIONS="classicdemo"

PLONE_VERSION=6.0.11
PLONE_VERSION=6.0.11.1

BACKEND_FOLDER=$(shell dirname $(realpath $(firstword $(MAKEFILE_LIST))))

Expand Down
3 changes: 2 additions & 1 deletion classic/constraints.txt
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
-c https://dist.plone.org/release/6.0.11/constraints.txt
-c https://dist.plone.org/release/6.0.11.1/constraints.txt
plone.distribution==1.0.0b4

0 comments on commit 4c81df0

Please sign in to comment.