bugfix to support multiple CLI variables

This commit is contained in:
thelamer 2019-07-12 09:47:23 -07:00
parent 9ebba10a8e
commit 955d39f085
2 changed files with 2 additions and 0 deletions

View File

@ -186,6 +186,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
## Versions ## Versions
* **12.07.19:** - Bugfix to support multiple CLI variables.
* **28.06.19:** - Rebasing to alpine 3.10. * **28.06.19:** - Rebasing to alpine 3.10.
* **03.06.19:** - Adding custom cli vars to options. * **03.06.19:** - Adding custom cli vars to options.
* **23.03.19:** - Switching to new Base images, shift to arm32v7 tag. * **23.03.19:** - Switching to new Base images, shift to arm32v7 tag.

View File

@ -49,6 +49,7 @@ app_setup_block: |
https://hub.docker.com/r/linuxserver/{{ project_name }}/tags https://hub.docker.com/r/linuxserver/{{ project_name }}/tags
# changelog # changelog
changelogs: changelogs:
- { date: "12.07.19:", desc: "Bugfix to support multiple CLI variables." }
- { date: "28.06.19:", desc: "Rebasing to alpine 3.10." } - { date: "28.06.19:", desc: "Rebasing to alpine 3.10." }
- { date: "03.06.19:", desc: "Adding custom cli vars to options." } - { date: "03.06.19:", desc: "Adding custom cli vars to options." }
- { date: "23.03.19:", desc: "Switching to new Base images, shift to arm32v7 tag." } - { date: "23.03.19:", desc: "Switching to new Base images, shift to arm32v7 tag." }