[bitnami/moodle] Release 3.11.11-debian-11-r0 (#13629)

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 06:15:10 +01:00 committed by GitHub
parent 29d50a2ae9
commit c556c18eca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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="3.11.10-debian-11-r24" \
org.opencontainers.image.ref.name="3.11.11-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="3.11.10"
org.opencontainers.image.version="3.11.11"
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-3.11.10-2-linux-${OS_ARCH}-debian-11" \
"moodle-3.11.11-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="3.11.10" \
APP_VERSION="3.11.11" \
BITNAMI_APP_NAME="moodle" \
LANG="en_US.UTF-8" \
LANGUAGE="en_US:en" \

View File

@ -22,10 +22,10 @@
},
"moodle": {
"arch": "amd64",
"digest": "a432849bf358b3f952f8a5cfb37bdc9efe3ba952e456e9c4e2fdc6d980a438d3",
"digest": "6f60324066b27c908afea8426c4a5859476673a3e1cef43b892de81e3ac9765a",
"distro": "debian-11",
"type": "NAMI",
"version": "3.11.10-2"
"version": "3.11.11-0"
},
"mysql-client": {
"arch": "amd64",

View File

@ -1,4 +1,4 @@
rolling-tags:
- "3"
- "3-debian-11"
- "3.11.10"
- "3.11.11"