From d70a887610d4bc30ef6920874fb5b0ea894300c5 Mon Sep 17 00:00:00 2001 From: Don Richards <2738244+DonRichards@users.noreply.github.com> Date: Tue, 5 Apr 2022 09:35:56 -0400 Subject: [PATCH] Update sample.env --- sample.env | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sample.env b/sample.env index 08e7d24d9..f447fbf0a 100644 --- a/sample.env +++ b/sample.env @@ -65,7 +65,7 @@ REPOSITORY=islandora # The version of the isle-buildkit images, non isle-buildkit images have # their versions specified explicitly in their respective docker-compose files. -TAG=aed5adc95784c1dd24589a0f77c3bbb063c92113 +TAG=1.0.0-alpha-15 ############################################################################### # Exposed Containers & Ports @@ -129,7 +129,7 @@ PHP_MAX_EXECUTION_TIME=30 # If you're just demoing or are starting from scratch, use this. INSTALL_EXISTING_CONFIG=false -DRUPAL_INSTALL_PROFILE=islandora_install_profile_demo +DRUPAL_INSTALL_PROFILE=standard # If you're installing from an existing codebase, uncomment this #INSTALL_EXISTING_CONFIG=true