From b3348526c05ac197e06c2dd095f1c24494ed8645 Mon Sep 17 00:00:00 2001 From: Josh d'Entremont Date: Mon, 31 Jul 2023 11:02:38 -0300 Subject: [PATCH] specify starter site version in sample.env --- sample.env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sample.env b/sample.env index aec02bcdd..9e8ac3b52 100644 --- a/sample.env +++ b/sample.env @@ -49,7 +49,7 @@ CUSTOM_IMAGE_TAG=latest # Packagist repo to use when creating a site with make starter # Change this if you want to build from a different codebase than the starter site -CODEBASE_PACKAGE=islandora/islandora-starter-site:dev-main +CODEBASE_PACKAGE=islandora/islandora-starter-site:0.8.0 # Includes `traefik` as a service, if false assume we are sharing a traefik # from another project.