From 9e0b939d690e95dfc8e4930016f8052f1267ae1e Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Wed, 18 Feb 2026 14:21:11 +0100 Subject: [PATCH] [bitnami/moodle] Release 5.1.3-debian-12-r3 (#90790) Signed-off-by: Bitnami Bot --- bitnami/moodle/5.1/debian-12/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bitnami/moodle/5.1/debian-12/Dockerfile b/bitnami/moodle/5.1/debian-12/Dockerfile index c2f26ddf8bd7..de23e64baa18 100644 --- a/bitnami/moodle/5.1/debian-12/Dockerfile +++ b/bitnami/moodle/5.1/debian-12/Dockerfile @@ -9,7 +9,7 @@ ARG TARGETARCH ARG WITH_ALL_LOCALES="no" LABEL org.opencontainers.image.base.name="docker.io/bitnami/minideb:bookworm" \ - org.opencontainers.image.created="2026-02-16T16:58:42Z" \ + org.opencontainers.image.created="2026-02-18T12:41:45Z" \ org.opencontainers.image.description="Application packaged by Broadcom, Inc." \ org.opencontainers.image.documentation="https://github.com/bitnami/containers/tree/main/bitnami/moodle/README.md" \ org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/moodle" \ @@ -67,7 +67,7 @@ ENV APACHE_HTTPS_PORT_NUMBER="" \ APACHE_HTTP_PORT_NUMBER="" \ APP_VERSION="5.1.3" \ BITNAMI_APP_NAME="moodle" \ - IMAGE_REVISION="2" \ + IMAGE_REVISION="3" \ LANG="en_US.UTF-8" \ LANGUAGE="en_US:en" \ PATH="/opt/bitnami/common/bin:/opt/bitnami/php/bin:/opt/bitnami/php/sbin:/opt/bitnami/apache/bin:/opt/bitnami/postgresql/bin:/opt/bitnami/mysql/bin:$PATH"