docs: `docker-build.md` - Update `DOVECOT_COMMUNITY_REPO` default (#4111)

This commit is contained in:
Brennan Kinney 2024-07-14 21:24:33 +12:00 committed by GitHub
parent 4778f15fda
commit 755540cacf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ We make use of build features that require a recent version of Docker. v23.0 or
The `Dockerfile` includes several build [`ARG`][docker-docs::builder-arg] instructions that can be configured: The `Dockerfile` includes several build [`ARG`][docker-docs::builder-arg] instructions that can be configured:
- `DOVECOT_COMMUNITY_REPO`: Install Dovecot from the community repo instead of from Debian (default = 1) - `DOVECOT_COMMUNITY_REPO`: Install Dovecot from the community repo instead of from Debian (default = 0)
- `DMS_RELEASE`: The image version (default = edge) - `DMS_RELEASE`: The image version (default = edge)
- `VCS_REVISION`: The git commit hash used for the build (default = unknown) - `VCS_REVISION`: The git commit hash used for the build (default = unknown)