From fbd69ac3b5c79172db8377bfb1d2dce167214cd1 Mon Sep 17 00:00:00 2001 From: Vincent Rioux Date: Fri, 25 Aug 2023 16:48:20 -0400 Subject: [PATCH] Update Moodle to 4.2.2+ --- templates/03-pipelinehelper.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/03-pipelinehelper.yaml b/templates/03-pipelinehelper.yaml index 39ee2c4..b0d20b4 100644 --- a/templates/03-pipelinehelper.yaml +++ b/templates/03-pipelinehelper.yaml @@ -533,7 +533,7 @@ Resources: mkdir /tmp/moodle/.pipeline # Get Latest Moodle stable version - wget -O /tmp/moodle.tgz https://download.moodle.org/download.php/direct/stable401/moodle-latest-401.tgz + wget -O /tmp/moodle.tgz https://download.moodle.org/download.php/direct/stable402/moodle-latest-402.tgz tar -xvzf /tmp/moodle.tgz --strip-components=1 -C /tmp/moodle/ wget -O /tmp/moodle/lib/aws.phar https://docs.aws.amazon.com/aws-sdk-php/v3/download/aws.phar cd /tmp/moodle