docs: add note on removal of nixpacks no-cache property

This commit is contained in:
Jose Diaz-Gonzalez
2025-11-15 23:31:00 -05:00
parent 364eac374d
commit 397c8f6d15

View File

@@ -4,3 +4,4 @@
- Support for the `DOKKU_DOCKERFILE_CACHE_BUILD` environment variable has been removed. Use the `docker-options` plugin to set build arguments for your app instead.
- Support for the `DOKKU_DOCKER_BUILD_OPTS` environment variable has been removed. Use the `docker-options` plugin to set build arguments for your app instead.
- Support for the `no-cache` nixpacks property has been removed. Use the `docker-options` plugin to set build arguments for your app instead.