From f341f9fdcc1773ccb0536b137c09fbc7dd9b94e3 Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Mon, 12 Jul 2021 19:53:45 +0000 Subject: [PATCH] 5.7.2-debian-10-r40 release --- bitnami/wordpress/5/debian-10/Dockerfile | 6 +++--- .../prebuildfs/opt/bitnami/.bitnami_components.json | 4 ++-- bitnami/wordpress/README.md | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/bitnami/wordpress/5/debian-10/Dockerfile b/bitnami/wordpress/5/debian-10/Dockerfile index 4727d224a404..fe5ba37f47fd 100644 --- a/bitnami/wordpress/5/debian-10/Dockerfile +++ b/bitnami/wordpress/5/debian-10/Dockerfile @@ -14,15 +14,15 @@ RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "apache" "2.4.48- RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "wp-cli" "2.5.0-0" --checksum b2be17e2065fc8d9d1a175e1dbc689e8f6a5543bb3b6a6f5470bc987b7c396ce RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "mysql-client" "10.3.30-0" --checksum 47107f86621bb184307e47bbb15244d076575f0e0f7d339f198ef312b6f3f285 RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "libphp" "7.4.21-0" --checksum 292d68cbb7fdb64f5a99d9f8221f4c584083f972f6ab986ed0dc6dced6b43a65 -RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "wordpress" "5.7.2-16" --checksum e34bf967770c9e23855476b5a53510542208821983932a891cddafd8490d1e7a +RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "wordpress" "5.7.2-17" --checksum b7249fecef95f88a19cfd6ab52c4c86f7710d02729c666003ef878cf5d060132 RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "render-template" "1.0.0-3" --checksum 8179ad1371c9a7d897fe3b1bf53bbe763f94edafef19acad2498dd48b3674efe RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.13.0-0" --checksum fd7257c2736164d02832dbf72e2c1ed9d875bf3e32f0988520796bc503330129 RUN chmod g+rwX /opt/bitnami COPY rootfs / RUN /opt/bitnami/scripts/mysql-client/postunpack.sh -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/wordpress/postunpack.sh ENV ALLOW_EMPTY_PASSWORD="no" \ @@ -30,7 +30,7 @@ ENV ALLOW_EMPTY_PASSWORD="no" \ APACHE_HTTPS_PORT_NUMBER="" \ APACHE_HTTP_PORT_NUMBER="" \ BITNAMI_APP_NAME="wordpress" \ - BITNAMI_IMAGE_VERSION="5.7.2-debian-10-r39" \ + BITNAMI_IMAGE_VERSION="5.7.2-debian-10-r40" \ MARIADB_HOST="mariadb" \ MARIADB_PORT_NUMBER="3306" \ MARIADB_ROOT_PASSWORD="" \ diff --git a/bitnami/wordpress/5/debian-10/prebuildfs/opt/bitnami/.bitnami_components.json b/bitnami/wordpress/5/debian-10/prebuildfs/opt/bitnami/.bitnami_components.json index 7769d0456b64..210e1ad21ff9 100644 --- a/bitnami/wordpress/5/debian-10/prebuildfs/opt/bitnami/.bitnami_components.json +++ b/bitnami/wordpress/5/debian-10/prebuildfs/opt/bitnami/.bitnami_components.json @@ -43,10 +43,10 @@ }, "wordpress": { "arch": "amd64", - "digest": "e34bf967770c9e23855476b5a53510542208821983932a891cddafd8490d1e7a", + "digest": "b7249fecef95f88a19cfd6ab52c4c86f7710d02729c666003ef878cf5d060132", "distro": "debian-10", "type": "NAMI", - "version": "5.7.2-16" + "version": "5.7.2-17" }, "wp-cli": { "arch": "amd64", diff --git a/bitnami/wordpress/README.md b/bitnami/wordpress/README.md index 27d0e8b0179f..838c40bc21e3 100644 --- a/bitnami/wordpress/README.md +++ b/bitnami/wordpress/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/). -- [`5`, `5-debian-10`, `5.7.2`, `5.7.2-debian-10-r39`, `latest` (5/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-wordpress/blob/5.7.2-debian-10-r39/5/debian-10/Dockerfile) +- [`5`, `5-debian-10`, `5.7.2`, `5.7.2-debian-10-r40`, `latest` (5/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-wordpress/blob/5.7.2-debian-10-r40/5/debian-10/Dockerfile) Subscribe to project updates by watching the [bitnami/wordpress GitHub repo](https://github.com/bitnami/bitnami-docker-wordpress).