Skip to content

Commit

Permalink
Merge pull request #27 from plone/6.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
pbauer authored Nov 8, 2023
2 parents 52c032a + cf0976d commit d746d15
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ on:
env:
node-version: 18.x
python: "3.11"
plone: "6.0.6"
plone: "6.0.8"

jobs:

Expand Down
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.6
ARG PLONE_VERSION=6.0.8
FROM plone/plone-backend:${PLONE_VERSION}


Expand Down
2 changes: 1 addition & 1 deletion backend/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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))))

Expand Down
2 changes: 1 addition & 1 deletion backend/constraints.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
-c https://dist.plone.org/release/6.0.6/constraints.txt
-c https://dist.plone.org/release/6.0.8/constraints.txt
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.6
ARG PLONE_VERSION=6.0.8
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 @@ -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))))

Expand Down
2 changes: 1 addition & 1 deletion classic/constraints.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
-c https://dist.plone.org/release/6.0.6/constraints.txt
-c https://dist.plone.org/release/6.0.8/constraints.txt

0 comments on commit d746d15

Please sign in to comment.