diff --git a/README.md b/README.md index 57cd5bc..fd20ab5 100644 --- a/README.md +++ b/README.md @@ -247,7 +247,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64 ## Versions * **20.01.21:** - Increase php fcgi timeout to prevent 504 Gateway timeout errors (existing users should delete `/config/nginx/site-confs/default` and restart the container). -* **16.01.21:** - Rebasing to alpine 3.13 +* **16.01.21:** - Rebasing to alpine 3.13. Users with issues on 32-bit arm, [see this article](https://docs.linuxserver.io/faq#my-host-is-incompatible-with-images-based-on-ubuntu-focal-and-alpine-3-13). * **12.08.20:** - Various updates to default site config, including added support for webfinger (existing users should delete `/config/nginx/site-confs/default` and restart the container). * **03.06.20:** - Rebasing to alpine 3.12 * **03.06.20:** - Add php7-bcmath and php7-fileinfo diff --git a/readme-vars.yml b/readme-vars.yml index be28557..46635a6 100644 --- a/readme-vars.yml +++ b/readme-vars.yml @@ -76,7 +76,7 @@ app_setup_block: | # changelog changelogs: - { date: "20.01.21:", desc: "Increase php fcgi timeout to prevent 504 Gateway timeout errors (existing users should delete `/config/nginx/site-confs/default` and restart the container)." } - - { date: "16.01.21:", desc: "Rebasing to alpine 3.13" } + - { date: "16.01.21:", desc: "Rebasing to alpine 3.13. Users with issues on 32-bit arm, [see this article](https://docs.linuxserver.io/faq#my-host-is-incompatible-with-images-based-on-ubuntu-focal-and-alpine-3-13)." } - { date: "12.08.20:", desc: "Various updates to default site config, including added support for webfinger (existing users should delete `/config/nginx/site-confs/default` and restart the container)." } - { date: "03.06.20:", desc: "Rebasing to alpine 3.12" } - { date: "03.06.20:", desc: "Add php7-bcmath and php7-fileinfo" }