Skip to content

Commit

Permalink
Update to Plone 6.0.13 (#52)
Browse files Browse the repository at this point in the history
  • Loading branch information
pbauer authored Sep 6, 2024
1 parent b297997 commit a6141cc
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
env:
node-version: 20.x
python: "3.11"
plone: "6.0.9"
plone: "6.0.13"

jobs:

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ on:
env:
node-version: 20.x
python: "3.11"
plone: "6.0.12"
plone: "6.0.13"

jobs:

Expand Down
2 changes: 1 addition & 1 deletion backend-volto/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.12
ARG PLONE_VERSION=6.0.13
FROM plone/plone-backend:${PLONE_VERSION}


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

PLONE_VERSION=6.0.12
PLONE_VERSION=6.0.13

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

Expand Down
2 changes: 1 addition & 1 deletion backend-volto/constraints.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
-c https://dist.plone.org/release/6.0.12/constraints.txt
-c https://dist.plone.org/release/6.0.13/constraints.txt
2 changes: 1 addition & 1 deletion backend/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.12
ARG PLONE_VERSION=6.0.13
FROM plone/plone-backend:${PLONE_VERSION} AS plonebackend


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

PLONE_VERSION=6.0.12
PLONE_VERSION=6.0.13

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

Expand Down
2 changes: 1 addition & 1 deletion backend/constraints.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
-c https://dist.plone.org/release/6.0.12/constraints.txt
-c https://dist.plone.org/release/6.0.13/constraints.txt
plone.distribution==2.0.0b1
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.12
ARG PLONE_VERSION=6.0.13
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.12
PLONE_VERSION=6.0.13

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

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

0 comments on commit a6141cc

Please sign in to comment.