Skip to content

Commit

Permalink
Update version of autoenrol plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
chococatson committed Mar 5, 2024
1 parent c6a9aa9 commit 3fc702f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ RUN curl -L https://moodle.org/plugins/download.php/29228/mod_questionnaire_mood
&& unzip multichoiceset.zip \
&& rm multichoiceset.zip \

&& curl -L https://moodle.org/plugins/download.php/26874/enrol_autoenrol_moodle42_2022062000.zip -o /autoenrol.zip \
&& curl -L https://moodle.org/plugins/download.php/31161/enrol_autoenrol_moodle43_2024021900.zip -o /autoenrol.zip \
&& cp /autoenrol.zip /var/www/html/enrol/ \
&& cd /var/www/html/enrol \
&& unzip autoenrol.zip \
Expand Down

0 comments on commit 3fc702f

Please sign in to comment.