[bitnami/moodle] Release 4.1.1-debian-11-r0 (#20380)

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 2023-01-16 05:53:48 +01:00 committed by GitHub
parent d4fc4c71cf
commit d1009a161a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 7 deletions

View File

@ -7,11 +7,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.licenses="Apache-2.0" \
org.opencontainers.image.ref.name="4.1.0-debian-11-r15" \
org.opencontainers.image.ref.name="4.1.1-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.1.0"
org.opencontainers.image.version="4.1.1"
ENV HOME="/" \
OS_ARCH="${TARGETARCH:-amd64}" \
@ -30,7 +30,7 @@ RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
"mysql-client-10.6.11-1-linux-${OS_ARCH}-debian-11" \
"libphp-8.0.27-0-linux-${OS_ARCH}-debian-11" \
"render-template-1.0.4-1-linux-${OS_ARCH}-debian-11" \
"moodle-4.1.0-1-linux-${OS_ARCH}-debian-11" \
"moodle-4.1.1-0-linux-${OS_ARCH}-debian-11" \
"gosu-1.16.0-0-linux-${OS_ARCH}-debian-11" \
) && \
for COMPONENT in "${COMPONENTS[@]}"; do \
@ -62,7 +62,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.1.0" \
APP_VERSION="4.1.1" \
BITNAMI_APP_NAME="moodle" \
LANG="en_US.UTF-8" \
LANGUAGE="en_US:en" \

View File

@ -22,10 +22,10 @@
},
"moodle": {
"arch": "amd64",
"digest": "8dba5ed5c6189813a2199e88af2679d4d89a91581e61d3912556b6c1ae0d527f",
"digest": "4e4951f37c0983f00a3bdd8be992d939f7f0dfb2219b368d21fafde92556360a",
"distro": "debian-11",
"type": "NAMI",
"version": "4.1.0-1"
"version": "4.1.1-0"
},
"mysql-client": {
"arch": "amd64",

View File

@ -1,5 +1,5 @@
rolling-tags:
- "4"
- "4-debian-11"
- "4.1.0"
- "4.1.1"
- "latest"