[bitnami/moodle] Release 4.0.5-debian-11-r0 (#13627)

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
Bitnami Bot
2022-11-14 05:46:49 +01:00
committed by GitHub
parent 6a18ac4d13
commit b18781f7c0
3 changed files with 7 additions and 7 deletions

View File

@@ -6,11 +6,11 @@ ARG WITH_ALL_LOCALES="no"
LABEL org.opencontainers.image.authors="https://bitnami.com/contact" \
org.opencontainers.image.description="Application packaged by Bitnami" \
org.opencontainers.image.ref.name="4.0.4-debian-11-r25" \
org.opencontainers.image.ref.name="4.0.5-debian-11-r0" \
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/moodle" \
org.opencontainers.image.title="moodle" \
org.opencontainers.image.vendor="VMware, Inc." \
org.opencontainers.image.version="4.0.4"
org.opencontainers.image.version="4.0.5"
ENV HOME="/" \
OS_ARCH="${TARGETARCH:-amd64}" \
@@ -29,7 +29,7 @@ RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
"mysql-client-10.6.11-0-linux-${OS_ARCH}-debian-11" \
"libphp-7.4.33-0-linux-${OS_ARCH}-debian-11" \
"render-template-1.0.4-0-linux-${OS_ARCH}-debian-11" \
"moodle-4.0.4-2-linux-${OS_ARCH}-debian-11" \
"moodle-4.0.5-0-linux-${OS_ARCH}-debian-11" \
"gosu-1.14.0-155-linux-${OS_ARCH}-debian-11" \
) && \
for COMPONENT in "${COMPONENTS[@]}"; do \
@@ -61,7 +61,7 @@ RUN /opt/bitnami/scripts/moodle/postunpack.sh
RUN /opt/bitnami/scripts/mysql-client/postunpack.sh
ENV APACHE_HTTPS_PORT_NUMBER="" \
APACHE_HTTP_PORT_NUMBER="" \
APP_VERSION="4.0.4" \
APP_VERSION="4.0.5" \
BITNAMI_APP_NAME="moodle" \
LANG="en_US.UTF-8" \
LANGUAGE="en_US:en" \

View File

@@ -22,10 +22,10 @@
},
"moodle": {
"arch": "amd64",
"digest": "719ca3eefa894adb64815bece9265e044eef3ffcd120322631611a9b942fa8c7",
"digest": "74ddb269ff336cc4a4ee81389df1194afd6fdd65aa84bc0a6759f3606d57e154",
"distro": "debian-11",
"type": "NAMI",
"version": "4.0.4-2"
"version": "4.0.5-0"
},
"mysql-client": {
"arch": "amd64",

View File

@@ -1,5 +1,5 @@
rolling-tags:
- "4"
- "4-debian-11"
- "4.0.4"
- "4.0.5"
- "latest"