5.7.0-debian-10-r21 release

This commit is contained in:
Bitnami Bot 2021-04-07 05:14:14 +00:00
parent 09aa560f4f
commit 3f5bea3de9
3 changed files with 5 additions and 5 deletions

View File

@ -11,7 +11,7 @@ RUN install_packages ca-certificates curl gzip libaudit1 libbsd0 libbz2-1.0 libc
RUN /build/bitnami-user.sh
RUN /build/install-nami.sh
RUN bitnami-pkg install php-7.4.16-3 --checksum 0b18468b85271073f82fe1073474de459222e6b490f4952394f031ce79feff4b
RUN bitnami-pkg unpack apache-2.4.46-5 --checksum f6663ef2cd47d80d63af1da7ff319ed94afe8a825115b2f52894d799013b551c
RUN bitnami-pkg unpack apache-2.4.46-6 --checksum fb5216cb32c47100d039af1b738b2e9d48f48aac194ca9b47ffb9ea42517a9ea
RUN bitnami-pkg install wp-cli-2.4.0-2 --checksum 33c3b53e87e9e433291ac3511e68263c80b43aa4de3dead9502934f506b7f2e6
RUN bitnami-pkg unpack mysql-client-10.3.28-0 --checksum 9398376ca9e2033d5bc193232e8aa9b57d91d4ccf06fa67bfa0d30ef36e44c25
RUN bitnami-pkg install libphp-7.4.16-0 --checksum c421ba5d9e4ad24e94662a3fa4fa73b172e5245a7a5bc866ce20d705d68d0882
@ -27,7 +27,7 @@ ENV ALLOW_EMPTY_PASSWORD="no" \
APACHE_HTTPS_PORT_NUMBER="8443" \
APACHE_HTTP_PORT_NUMBER="8080" \
BITNAMI_APP_NAME="wordpress" \
BITNAMI_IMAGE_VERSION="5.7.0-debian-10-r20" \
BITNAMI_IMAGE_VERSION="5.7.0-debian-10-r21" \
MARIADB_HOST="mariadb" \
MARIADB_PORT_NUMBER="3306" \
MARIADB_ROOT_PASSWORD="" \

View File

@ -1,10 +1,10 @@
{
"apache": {
"arch": "amd64",
"digest": "f6663ef2cd47d80d63af1da7ff319ed94afe8a825115b2f52894d799013b551c",
"digest": "fb5216cb32c47100d039af1b738b2e9d48f48aac194ca9b47ffb9ea42517a9ea",
"distro": "debian-10",
"type": "NAMI",
"version": "2.4.46-5"
"version": "2.4.46-6"
},
"gosu": {
"arch": "amd64",

View File

@ -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.0`, `5.7.0-debian-10-r20`, `latest` (5/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-wordpress/blob/5.7.0-debian-10-r20/5/debian-10/Dockerfile)
* [`5`, `5-debian-10`, `5.7.0`, `5.7.0-debian-10-r21`, `latest` (5/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-wordpress/blob/5.7.0-debian-10-r21/5/debian-10/Dockerfile)
Subscribe to project updates by watching the [bitnami/wordpress GitHub repo](https://github.com/bitnami/bitnami-docker-wordpress).