Skip to content

Commit

Permalink
Use 6.1.0 final (#6731)
Browse files Browse the repository at this point in the history
  • Loading branch information
sneridagh authored Feb 8, 2025
1 parent 741df5d commit fd185a1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/volto/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3.3'
services:

backend:
image: plone/plone-backend:6.1.0rc1
image: plone/plone-backend:6.1.0
# Plone 5.2 series can be used too
# image: plone/plone-backend:5.2.10
ports:
Expand Down
1 change: 1 addition & 0 deletions packages/volto/news/6731.internal
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Use Plone 6.1.0 final release. @sneridagh
4 changes: 2 additions & 2 deletions variables.mk
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
INSTANCE_PORT=8080
DOCKER_IMAGE=plone/server-dev:6.1.0rc1
DOCKER_IMAGE_ACCEPTANCE=plone/server-acceptance:6.1.0rc1
DOCKER_IMAGE=plone/server-dev:6.1.0
DOCKER_IMAGE_ACCEPTANCE=plone/server-acceptance:6.1.0
KGS=
NODEBIN = ./node_modules/.bin
SCRIPTSPACKAGE = ./packages/scripts
Expand Down

0 comments on commit fd185a1

Please sign in to comment.