diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b3acd54..1f60990 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ on: env: node-version: 18.x python: "3.11" - plone: "6.0.6" + plone: "6.0.8" jobs: diff --git a/backend/Dockerfile b/backend/Dockerfile index f170967..afa722e 100644 --- a/backend/Dockerfile +++ b/backend/Dockerfile @@ -1,6 +1,6 @@ # syntax=docker/dockerfile:1 ARG SEED=1000 -ARG PLONE_VERSION=6.0.6 +ARG PLONE_VERSION=6.0.8 FROM plone/plone-backend:${PLONE_VERSION} diff --git a/backend/Makefile b/backend/Makefile index 7ac9990..d9acbb9 100644 --- a/backend/Makefile +++ b/backend/Makefile @@ -15,7 +15,7 @@ GREEN=`tput setaf 2` RESET=`tput sgr0` YELLOW=`tput setaf 3` -PLONE_VERSION=6.0.6 +PLONE_VERSION=6.0.8 BACKEND_FOLDER=$(shell dirname $(realpath $(firstword $(MAKEFILE_LIST)))) diff --git a/backend/constraints.txt b/backend/constraints.txt index 9120178..0720eb8 100644 --- a/backend/constraints.txt +++ b/backend/constraints.txt @@ -1 +1 @@ --c https://dist.plone.org/release/6.0.6/constraints.txt +-c https://dist.plone.org/release/6.0.8/constraints.txt diff --git a/classic/Dockerfile b/classic/Dockerfile index 5afdbf5..6a31522 100644 --- a/classic/Dockerfile +++ b/classic/Dockerfile @@ -1,6 +1,6 @@ # syntax=docker/dockerfile:1 ARG SEED=1000 -ARG PLONE_VERSION=6.0.6 +ARG PLONE_VERSION=6.0.8 FROM plone/plone-backend:${PLONE_VERSION} ENV zope_i18n_compile_mo_files=true diff --git a/classic/Makefile b/classic/Makefile index ddafa48..0578a93 100644 --- a/classic/Makefile +++ b/classic/Makefile @@ -15,7 +15,7 @@ GREEN=`tput setaf 2` RESET=`tput sgr0` YELLOW=`tput setaf 3` -PLONE_VERSION=6.0.6 +PLONE_VERSION=6.0.8 BACKEND_FOLDER=$(shell dirname $(realpath $(firstword $(MAKEFILE_LIST)))) diff --git a/classic/constraints.txt b/classic/constraints.txt index b5f8571..0720eb8 100644 --- a/classic/constraints.txt +++ b/classic/constraints.txt @@ -1 +1 @@ --c https://dist.plone.org/release/6.0.6/constraints.txt \ No newline at end of file +-c https://dist.plone.org/release/6.0.8/constraints.txt