Skip to content

Commit

Permalink
Update to 4.1.15
Browse files Browse the repository at this point in the history
  • Loading branch information
Lannro committed Dec 17, 2024
1 parent e45986f commit 93f4ac2
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
@@ -1,7 +1,7 @@
FROM php:7.4-apache
MAINTAINER Tyler Cinkant <[email protected]>

Check warning on line 2 in Dockerfile

View workflow job for this annotation

GitHub Actions / build

The MAINTAINER instruction is deprecated, use a label instead to define an image author

MaintainerDeprecated: Maintainer instruction is deprecated in favor of using label More info: https://docs.docker.com/go/dockerfile/rule/maintainer-deprecated/

Check warning on line 2 in Dockerfile

View workflow job for this annotation

GitHub Actions / build

The MAINTAINER instruction is deprecated, use a label instead to define an image author

MaintainerDeprecated: Maintainer instruction is deprecated in favor of using label More info: https://docs.docker.com/go/dockerfile/rule/maintainer-deprecated/

ENV MOODLE_VERSION=4.1.14
ENV MOODLE_VERSION=4.1.15
ENV UPLOAD_MAX_FILESIZE=20M
ENV PHP_MEMORY_LIMIT=128M
ENV PHP_MAX_EXECUTION_TIME=30
Expand Down

0 comments on commit 93f4ac2

Please sign in to comment.