diff --git a/bitnami/moodle/3/ol-7/Dockerfile b/bitnami/moodle/3/ol-7/Dockerfile index 4bf0b6c28db0..9f09553ceaba 100644 --- a/bitnami/moodle/3/ol-7/Dockerfile +++ b/bitnami/moodle/3/ol-7/Dockerfile @@ -1,4 +1,4 @@ -FROM bitnami/oraclelinux-extras:7-r527 +FROM bitnami/oraclelinux-extras:7-r528 LABEL maintainer "Bitnami " # Install required system packages and dependencies @@ -12,7 +12,7 @@ RUN bitnami-pkg unpack moodle-3.7.3-0 --checksum 9353a598c998b411a8cf89d355740ce COPY rootfs / ENV ALLOW_EMPTY_PASSWORD="no" \ BITNAMI_APP_NAME="moodle" \ - BITNAMI_IMAGE_VERSION="3.7.3-ol-7-r4" \ + BITNAMI_IMAGE_VERSION="3.7.3-ol-7-r5" \ MARIADB_HOST="mariadb" \ MARIADB_PORT_NUMBER="3306" \ MARIADB_ROOT_PASSWORD="" \ diff --git a/bitnami/moodle/README.md b/bitnami/moodle/README.md index 6a59149d8276..92db03b22308 100644 --- a/bitnami/moodle/README.md +++ b/bitnami/moodle/README.md @@ -38,7 +38,7 @@ Bitnami containers can be used with [Kubeapps](https://kubeapps.com/) for deploy Learn more about the Bitnami tagging policy and the difference between rolling tags and immutable tags [in our documentation page](https://docs.bitnami.com/containers/how-to/understand-rolling-tags-containers/). -* [`3-ol-7`, `3.7.3-ol-7-r4` (3/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-moodle/blob/3.7.3-ol-7-r4/3/ol-7/Dockerfile) +* [`3-ol-7`, `3.7.3-ol-7-r5` (3/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-moodle/blob/3.7.3-ol-7-r5/3/ol-7/Dockerfile) * [`3-debian-9`, `3.7.3-debian-9-r0`, `3`, `3.7.3`, `3.7.3-r0`, `latest` (3/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-moodle/blob/3.7.3-debian-9-r0/3/debian-9/Dockerfile) Subscribe to project updates by watching the [bitnami/moodle GitHub repo](https://github.com/bitnami/bitnami-docker-moodle).