From c0418178496eced0e7934ca665bddc151ddfd740 Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Thu, 8 Sep 2022 15:54:10 +0200 Subject: [PATCH] [bitnami/moodle] Release 3.11.9-debian-11-r7 (#5770) Signed-off-by: Bitnami Containers Signed-off-by: Bitnami Containers --- bitnami/moodle/3/debian-11/Dockerfile | 14 +++++++------- .../opt/bitnami/.bitnami_components.json | 4 ++-- bitnami/moodle/README.md | 2 +- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/bitnami/moodle/3/debian-11/Dockerfile b/bitnami/moodle/3/debian-11/Dockerfile index bdc27b5ace1e..f2bbecb0feaf 100644 --- a/bitnami/moodle/3/debian-11/Dockerfile +++ b/bitnami/moodle/3/debian-11/Dockerfile @@ -6,7 +6,7 @@ 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.9-debian-11-r6" \ + org.opencontainers.image.ref.name="3.11.9-debian-11-r7" \ org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/moodle" \ org.opencontainers.image.title="moodle" \ org.opencontainers.image.vendor="VMware, Inc." \ @@ -30,13 +30,13 @@ RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \ tar -zxf php-7.4.30-160-linux-${OS_ARCH}-debian-11.tar.gz -C /opt/bitnami --strip-components=2 --no-same-owner --wildcards '*/files' && \ rm -rf php-7.4.30-160-linux-${OS_ARCH}-debian-11.tar.gz RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \ - if [ ! -f apache-2.4.54-155-linux-${OS_ARCH}-debian-11.tar.gz ]; then \ - curl -SsLf https://downloads.bitnami.com/files/stacksmith/apache-2.4.54-155-linux-${OS_ARCH}-debian-11.tar.gz -O ; \ - curl -SsLf https://downloads.bitnami.com/files/stacksmith/apache-2.4.54-155-linux-${OS_ARCH}-debian-11.tar.gz.sha256 -O ; \ + if [ ! -f apache-2.4.54-156-linux-${OS_ARCH}-debian-11.tar.gz ]; then \ + curl -SsLf https://downloads.bitnami.com/files/stacksmith/apache-2.4.54-156-linux-${OS_ARCH}-debian-11.tar.gz -O ; \ + curl -SsLf https://downloads.bitnami.com/files/stacksmith/apache-2.4.54-156-linux-${OS_ARCH}-debian-11.tar.gz.sha256 -O ; \ fi && \ - sha256sum -c apache-2.4.54-155-linux-${OS_ARCH}-debian-11.tar.gz.sha256 && \ - tar -zxf apache-2.4.54-155-linux-${OS_ARCH}-debian-11.tar.gz -C /opt/bitnami --strip-components=2 --no-same-owner --wildcards '*/files' && \ - rm -rf apache-2.4.54-155-linux-${OS_ARCH}-debian-11.tar.gz + sha256sum -c apache-2.4.54-156-linux-${OS_ARCH}-debian-11.tar.gz.sha256 && \ + tar -zxf apache-2.4.54-156-linux-${OS_ARCH}-debian-11.tar.gz -C /opt/bitnami --strip-components=2 --no-same-owner --wildcards '*/files' && \ + rm -rf apache-2.4.54-156-linux-${OS_ARCH}-debian-11.tar.gz RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \ if [ ! -f postgresql-client-13.8.0-1-linux-${OS_ARCH}-debian-11.tar.gz ]; then \ curl -SsLf https://downloads.bitnami.com/files/stacksmith/postgresql-client-13.8.0-1-linux-${OS_ARCH}-debian-11.tar.gz -O ; \ diff --git a/bitnami/moodle/3/debian-11/prebuildfs/opt/bitnami/.bitnami_components.json b/bitnami/moodle/3/debian-11/prebuildfs/opt/bitnami/.bitnami_components.json index d0a38b85abbf..a562dab91eb4 100644 --- a/bitnami/moodle/3/debian-11/prebuildfs/opt/bitnami/.bitnami_components.json +++ b/bitnami/moodle/3/debian-11/prebuildfs/opt/bitnami/.bitnami_components.json @@ -1,10 +1,10 @@ { "apache": { "arch": "amd64", - "digest": "28b4021842650460745bdf6985972c6ec32ef2698240ff610ce6a94412b5bfcd", + "digest": "02139f0200bd1955b5ddd624b33a6893d42480cc02bf966ce0198a8e24f686a4", "distro": "debian-11", "type": "NAMI", - "version": "2.4.54-155" + "version": "2.4.54-156" }, "gosu": { "arch": "amd64", diff --git a/bitnami/moodle/README.md b/bitnami/moodle/README.md index 2a4ca31c3d85..eb90ef193360 100644 --- a/bitnami/moodle/README.md +++ b/bitnami/moodle/README.md @@ -38,7 +38,7 @@ Learn more about the Bitnami tagging policy and the difference between rolling t * [`4`, `4-debian-11`, `4.0.3`, `4.0.3-debian-11-r6`, `latest` (4/debian-11/Dockerfile)](https://github.com/bitnami/containers/blob/main/bitnami/moodle/4/debian-11/Dockerfile) -* [`3`, `3-debian-11`, `3.11.9`, `3.11.9-debian-11-r6` (3/debian-11/Dockerfile)](https://github.com/bitnami/containers/blob/main/bitnami/moodle/3/debian-11/Dockerfile) +* [`3`, `3-debian-11`, `3.11.9`, `3.11.9-debian-11-r7` (3/debian-11/Dockerfile)](https://github.com/bitnami/containers/blob/main/bitnami/moodle/3/debian-11/Dockerfile) Subscribe to project updates by watching the [bitnami/containers GitHub repo](https://github.com/bitnami/containers).