diff --git a/bitnami/joomla/3/debian-10/Dockerfile b/bitnami/joomla/3/debian-10/Dockerfile index 1fd5dad846c6..8acacfb86b41 100644 --- a/bitnami/joomla/3/debian-10/Dockerfile +++ b/bitnami/joomla/3/debian-10/Dockerfile @@ -15,12 +15,12 @@ RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "mysql-client" "1 RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "libphp" "7.4.22-1" --checksum 02c944de0d39725adebf8a16960ceff5448f9d75d8ea8dc8228692baadee7659 RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "render-template" "1.0.0-3" --checksum 8179ad1371c9a7d897fe3b1bf53bbe763f94edafef19acad2498dd48b3674efe RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "joomla" "3.10.0-0" --checksum 1c6f39f41c5c79e188f07ec839aab29398795f2181b202a94e7ff41d855820ec -RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.13.0-0" --checksum fd7257c2736164d02832dbf72e2c1ed9d875bf3e32f0988520796bc503330129 +RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-0" --checksum 3e6fc37ca073b10a73a804d39c2f0c028947a1a596382a4f8ebe43dfbaa3a25e RUN chmod g+rwX /opt/bitnami COPY rootfs / -RUN /opt/bitnami/scripts/apache/postunpack.sh RUN /opt/bitnami/scripts/php/postunpack.sh +RUN /opt/bitnami/scripts/apache/postunpack.sh RUN /opt/bitnami/scripts/apache-modphp/postunpack.sh RUN /opt/bitnami/scripts/joomla/postunpack.sh RUN /opt/bitnami/scripts/mysql-client/postunpack.sh @@ -29,7 +29,7 @@ ENV ALLOW_EMPTY_PASSWORD="no" \ APACHE_HTTPS_PORT_NUMBER="" \ APACHE_HTTP_PORT_NUMBER="" \ BITNAMI_APP_NAME="joomla" \ - BITNAMI_IMAGE_VERSION="3.10.0-debian-10-r0" \ + BITNAMI_IMAGE_VERSION="3.10.0-debian-10-r1" \ MARIADB_HOST="mariadb" \ MARIADB_PORT_NUMBER="3306" \ MARIADB_ROOT_PASSWORD="" \ diff --git a/bitnami/joomla/3/debian-10/prebuildfs/opt/bitnami/.bitnami_components.json b/bitnami/joomla/3/debian-10/prebuildfs/opt/bitnami/.bitnami_components.json index a65acb2f738a..beac768dd80a 100644 --- a/bitnami/joomla/3/debian-10/prebuildfs/opt/bitnami/.bitnami_components.json +++ b/bitnami/joomla/3/debian-10/prebuildfs/opt/bitnami/.bitnami_components.json @@ -8,10 +8,10 @@ }, "gosu": { "arch": "amd64", - "digest": "fd7257c2736164d02832dbf72e2c1ed9d875bf3e32f0988520796bc503330129", + "digest": "3e6fc37ca073b10a73a804d39c2f0c028947a1a596382a4f8ebe43dfbaa3a25e", "distro": "debian-10", "type": "NAMI", - "version": "1.13.0-0" + "version": "1.14.0-0" }, "joomla": { "arch": "amd64", diff --git a/bitnami/joomla/README.md b/bitnami/joomla/README.md index 816f35aa46ef..edd44c50fbfa 100644 --- a/bitnami/joomla/README.md +++ b/bitnami/joomla/README.md @@ -41,7 +41,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.10.0`, `3.10.0-debian-10-r0`, `latest` (3/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-joomla/blob/3.10.0-debian-10-r0/3/debian-10/Dockerfile) +* [`3`, `3-debian-10`, `3.10.0`, `3.10.0-debian-10-r1`, `latest` (3/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-joomla/blob/3.10.0-debian-10-r1/3/debian-10/Dockerfile) Subscribe to project updates by watching the [bitnami/joomla GitHub repo](https://github.com/bitnami/bitnami-docker-joomla).