From b29f34551ca0bbbe65760a7393f7e940ce3d1ba2 Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Sat, 1 May 2021 21:54:54 +0000 Subject: [PATCH] 3.3.4-debian-10-r0 release --- bitnami/phpbb/3/debian-10/Dockerfile | 6 +++--- .../prebuildfs/opt/bitnami/.bitnami_components.json | 4 ++-- bitnami/phpbb/README.md | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/bitnami/phpbb/3/debian-10/Dockerfile b/bitnami/phpbb/3/debian-10/Dockerfile index 3b8265b533bd..e8e248789699 100644 --- a/bitnami/phpbb/3/debian-10/Dockerfile +++ b/bitnami/phpbb/3/debian-10/Dockerfile @@ -14,14 +14,14 @@ RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "apache" "2.4.46- RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "mysql-client" "10.3.28-0" --checksum 9398376ca9e2033d5bc193232e8aa9b57d91d4ccf06fa67bfa0d30ef36e44c25 RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "libphp" "7.3.27-3" --checksum 584ad378b927b6746ba20085247fd98c7788ed3658638b1c75ce7aa34f6d307f RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "render-template" "1.0.0-3" --checksum 8179ad1371c9a7d897fe3b1bf53bbe763f94edafef19acad2498dd48b3674efe -RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "phpbb" "3.3.3-0" --checksum 1e3508fbbf0367d8e05520c39f345ac681ee3a0b5376fa9a2392362125412dba +RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "phpbb" "3.3.4-0" --checksum 821bd27b2f10991fc422e3bdd3722edc488a38c0da654de98b168b8c484496b4 RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.12.0-2" --checksum 4d858ac600c38af8de454c27b7f65c0074ec3069880cb16d259a6e40a46bbc50 RUN chmod g+rwX /opt/bitnami COPY rootfs / RUN /opt/bitnami/scripts/mysql-client/postunpack.sh -RUN /opt/bitnami/scripts/php/postunpack.sh RUN /opt/bitnami/scripts/apache/postunpack.sh +RUN /opt/bitnami/scripts/php/postunpack.sh RUN /opt/bitnami/scripts/apache-modphp/postunpack.sh RUN /opt/bitnami/scripts/phpbb/postunpack.sh ENV ALLOW_EMPTY_PASSWORD="no" \ @@ -29,7 +29,7 @@ ENV ALLOW_EMPTY_PASSWORD="no" \ APACHE_HTTPS_PORT_NUMBER="" \ APACHE_HTTP_PORT_NUMBER="" \ BITNAMI_APP_NAME="phpbb" \ - BITNAMI_IMAGE_VERSION="3.3.3-debian-10-r87" \ + BITNAMI_IMAGE_VERSION="3.3.4-debian-10-r0" \ MARIADB_HOST="mariadb" \ MARIADB_PORT_NUMBER="3306" \ MARIADB_ROOT_PASSWORD="" \ diff --git a/bitnami/phpbb/3/debian-10/prebuildfs/opt/bitnami/.bitnami_components.json b/bitnami/phpbb/3/debian-10/prebuildfs/opt/bitnami/.bitnami_components.json index ed1272a52194..f84dbc5546ec 100644 --- a/bitnami/phpbb/3/debian-10/prebuildfs/opt/bitnami/.bitnami_components.json +++ b/bitnami/phpbb/3/debian-10/prebuildfs/opt/bitnami/.bitnami_components.json @@ -36,10 +36,10 @@ }, "phpbb": { "arch": "amd64", - "digest": "1e3508fbbf0367d8e05520c39f345ac681ee3a0b5376fa9a2392362125412dba", + "digest": "821bd27b2f10991fc422e3bdd3722edc488a38c0da654de98b168b8c484496b4", "distro": "debian-10", "type": "NAMI", - "version": "3.3.3-0" + "version": "3.3.4-0" }, "render-template": { "arch": "amd64", diff --git a/bitnami/phpbb/README.md b/bitnami/phpbb/README.md index 55ff568f1ed5..4f8c662a429e 100644 --- a/bitnami/phpbb/README.md +++ b/bitnami/phpbb/README.md @@ -42,7 +42,7 @@ Non-root container images add an extra layer of security and are generally recom Learn more about the Bitnami tagging policy and the difference between rolling tags and immutable tags [in our documentation page](https://docs.bitnami.com/tutorials/understand-rolling-tags-containers/). -* [`3`, `3-debian-10`, `3.3.3`, `3.3.3-debian-10-r87`, `latest` (3/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-phpbb/blob/3.3.3-debian-10-r87/3/debian-10/Dockerfile) +* [`3`, `3-debian-10`, `3.3.4`, `3.3.4-debian-10-r0`, `latest` (3/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-phpbb/blob/3.3.4-debian-10-r0/3/debian-10/Dockerfile) Subscribe to project updates by watching the [bitnami/phpbb GitHub repo](https://github.com/bitnami/bitnami-docker-phpbb).