Skip to content

Commit

Permalink
Update to Moodle 4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Lannro committed Jun 13, 2023
1 parent a6fe1fd commit e16bb26
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
FROM php:7.4-apache
MAINTAINER Tyler Cinkant <[email protected]>

ENV MOODLE_VERSION=3.9.21
ENV MOODLE_VERSION=4.1.0
ENV UPLOAD_MAX_FILESIZE=20M
ENV PHP_MEMORY_LIMIT=128M
ENV PHP_MAX_EXECUTION_TIME=30
ENV PHP_MAX_INPUT_VARS=6000

ARG DEBIAN_FRONTEND=noninteractive

Expand Down
1 change: 1 addition & 0 deletions custom-php.ini
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ upload_max_filesize=${UPLOAD_MAX_FILESIZE}
post_max_size=${UPLOAD_MAX_FILESIZE}
memory_limit=${PHP_MEMORY_LIMIT}
max_execution_time=${PHP_MAX_EXECUTION_TIME}
max_input_vars=${PHP_MAX_INPUT_VARS}

0 comments on commit e16bb26

Please sign in to comment.