diff --git a/README.md b/README.md index 035e3bc..6ca61ab 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ These images are **not** Buildout based! | Plone Version | Tags | Dockerfile | | --- | --- | --- | | 6 | `6.0.13`, `6.0`, `6`, `latest` | [(6.0.x/Dockerfile)](https://github.com/plone/plone-backend/blob/v6.0.13/Dockerfile)| -| 6.1 | `6.1.0b1`, `6.1` | [(6.1.x/Dockerfile)](https://github.com/plone/plone-backend/blob/v6.1.0b1/Dockerfile)| +| 6.1 | `6.1.0b2`, `6.1` | [(6.1.x/Dockerfile)](https://github.com/plone/plone-backend/blob/v6.1.0b2/Dockerfile)| | 6 (nightly) | `nightly` | [(Dockerfile.nightly)](https://github.com/plone/plone-backend/blob/6.0.x/Dockerfile.nightly) | ### Unsupported tags diff --git a/skeleton/scripts/create_site.py b/skeleton/scripts/create_site.py index c92c9a3..3cbfd3f 100644 --- a/skeleton/scripts/create_site.py +++ b/skeleton/scripts/create_site.py @@ -57,7 +57,7 @@ def asbool(s): if TYPE == "classic": DISTRIBUTION = "classic" elif TYPE == "volto": - DISTRIBUTION = "default" + DISTRIBUTION = "volto" # Load default site creation parameters answers_file = SCRIPT_DIR / f"{ANSWERS}.json" diff --git a/version.txt b/version.txt index c52c7d3..9db3a8b 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -6.1.0b1 +6.1.0b2