diff --git a/images/docker-znc.md b/images/docker-znc.md index 27921d0c09..22ea631ef6 100644 --- a/images/docker-znc.md +++ b/images/docker-znc.md @@ -22,7 +22,7 @@ The architectures supported by this image are: | :----: | --- | | x86-64 | amd64-latest | | arm64 | arm64v8-latest | -| armhf | arm32v6-latest | +| armhf | arm32v7-latest | ## Usage @@ -129,6 +129,7 @@ To log in to the application, browse to https://:6501. ## Versions +* **23.03.19:** - Switching to new Base images, shift to arm32v7 tag. * **22.02.19:** - Rebasing to alpine 3.9. * **31.01.19:** - Add pipeline logic and multi arch. * **30.01.19:** - Add push and clientbuffer modules.