diff --git a/bitnami/wordpress/6/debian-11/Dockerfile b/bitnami/wordpress/6/debian-11/Dockerfile index befcc39a5d52..eeabc26e44b8 100644 --- a/bitnami/wordpress/6/debian-11/Dockerfile +++ b/bitnami/wordpress/6/debian-11/Dockerfile @@ -14,7 +14,7 @@ RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "apache" "2.4.54- RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "wp-cli" "2.6.0-151" --checksum b426a51a33d93a22917e843161af356f733e806293bab5b93ddacf9b4041a5b7 RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "mysql-client" "10.6.8-150" --checksum b47e1015fc1c9ce456f134ffd5b6ac6960c3f369c96fcd37319e9289b29a1047 RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "libphp" "8.0.21-0" --checksum 694fb598b67e1592b31fd1fc9ab0e9be5030ed9036b4689964e1c0e304b657bb -RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "wordpress" "6.0.0-158" --checksum 0ea42f4c7e91b50d3809fec737b7abc9fb6e463b68a7069c456ddd79a851aac6 +RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "wordpress" "6.0.1-0" --checksum 40d0bd37d6b8aee7f1567e12d5cb0c690d86682b4f951d02239ee35e05663ef5 RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-151" --checksum 089bb11a3bc6031c5a91ab5f9534e9e7e41b928d10d72a3986f16bb61d3a9900 RUN apt-get update && apt-get upgrade -y && \ rm -r /var/lib/apt/lists /var/cache/apt/archives @@ -29,7 +29,7 @@ RUN /opt/bitnami/scripts/wordpress/postunpack.sh RUN /opt/bitnami/scripts/wp-cli/postunpack.sh ENV APACHE_HTTPS_PORT_NUMBER="" \ APACHE_HTTP_PORT_NUMBER="" \ - APP_VERSION="6.0.0" \ + APP_VERSION="6.0.1" \ BITNAMI_APP_NAME="wordpress" \ PATH="/opt/bitnami/common/bin:/opt/bitnami/php/bin:/opt/bitnami/php/sbin:/opt/bitnami/apache/bin:/opt/bitnami/wp-cli/bin:/opt/bitnami/mysql/bin:$PATH" diff --git a/bitnami/wordpress/6/debian-11/prebuildfs/opt/bitnami/.bitnami_components.json b/bitnami/wordpress/6/debian-11/prebuildfs/opt/bitnami/.bitnami_components.json index 888a1ba3ab43..1f4e2dec05cb 100644 --- a/bitnami/wordpress/6/debian-11/prebuildfs/opt/bitnami/.bitnami_components.json +++ b/bitnami/wordpress/6/debian-11/prebuildfs/opt/bitnami/.bitnami_components.json @@ -43,10 +43,10 @@ }, "wordpress": { "arch": "amd64", - "digest": "0ea42f4c7e91b50d3809fec737b7abc9fb6e463b68a7069c456ddd79a851aac6", + "digest": "40d0bd37d6b8aee7f1567e12d5cb0c690d86682b4f951d02239ee35e05663ef5", "distro": "debian-11", "type": "NAMI", - "version": "6.0.0-158" + "version": "6.0.1-0" }, "wp-cli": { "arch": "amd64", diff --git a/bitnami/wordpress/README.md b/bitnami/wordpress/README.md index 142b0917f975..5d3bdbead5f7 100644 --- a/bitnami/wordpress/README.md +++ b/bitnami/wordpress/README.md @@ -41,8 +41,8 @@ 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/). +- [`6`, `6-debian-11`, `6.0.1`, `6.0.1-debian-11-r0`, `latest` (6/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-wordpress/blob/6.0.1-debian-11-r0/6/debian-11/Dockerfile) - [`6`, `6-debian-10`, `6.0.1`, `6.0.1-debian-10-r-1`, `latest` (6/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-wordpress/blob/6.0.1-debian-10-r-1/6/debian-10/Dockerfile) -- [`6`, `6-debian-11`, `6.0.0`, `6.0.0-debian-11-r12`, `latest` (6/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-wordpress/blob/6.0.0-debian-11-r12/6/debian-11/Dockerfile) - [`5`, `5-debian-11`, `5.9.3`, `5.9.3-debian-11-r17` (5/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-wordpress/blob/5.9.3-debian-11-r17/5/debian-11/Dockerfile) Subscribe to project updates by watching the [bitnami/wordpress GitHub repo](https://github.com/bitnami/bitnami-docker-wordpress). @@ -64,7 +64,7 @@ $ docker pull bitnami/wordpress:[TAG] If you wish, you can also build the image yourself. ```console -$ docker build -t bitnami/wordpress:latest 'https://github.com/bitnami/bitnami-docker-wordpress.git#master:6/debian-10'$ docker build -t bitnami/wordpress:latest 'https://github.com/bitnami/bitnami-docker-wordpress.git#master:6/debian-11' +$ docker build -t bitnami/wordpress:latest 'https://github.com/bitnami/bitnami-docker-wordpress.git#master:6/debian-11'$ docker build -t bitnami/wordpress:latest 'https://github.com/bitnami/bitnami-docker-wordpress.git#master:6/debian-10' ``` ## How to use this image