[bitnami/moodle] Release 4.1.0-debian-11-r0 (#15562)

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-12-01 11:26:53 +01:00
committed by GitHub
parent 5cd03c12f6
commit 4bb541e48d
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.5-debian-11-r6" \
org.opencontainers.image.ref.name="4.1.0-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.5"
org.opencontainers.image.version="4.1.0"
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-1-linux-${OS_ARCH}-debian-11" \
"libphp-7.4.33-1-linux-${OS_ARCH}-debian-11" \
"render-template-1.0.4-1-linux-${OS_ARCH}-debian-11" \
"moodle-4.0.5-1-linux-${OS_ARCH}-debian-11" \
"moodle-4.1.0-0-linux-${OS_ARCH}-debian-11" \
"gosu-1.14.0-156-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.5" \
APP_VERSION="4.1.0" \
BITNAMI_APP_NAME="moodle" \
LANG="en_US.UTF-8" \
LANGUAGE="en_US:en" \

View File

@@ -22,10 +22,10 @@
},
"moodle": {
"arch": "amd64",
"digest": "3cc718aecb7a30456be3c1826e311fb46f0cbeafc24264ccb9b4ed865792d1fd",
"digest": "5d744189a80e131b0469f2265ffbeab86eb8e3e0d3f404fc653566a0eae1ed76",
"distro": "debian-11",
"type": "NAMI",
"version": "4.0.5-1"
"version": "4.1.0-0"
},
"mysql-client": {
"arch": "amd64",

View File

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