diff --git a/images/docker-cops.md b/images/docker-cops.md index 9a541fd2c..765f01ab7 100644 --- a/images/docker-cops.md +++ b/images/docker-cops.md @@ -54,7 +54,7 @@ The architectures supported by this image are: | :----: | --- | | x86-64 | amd64-latest | | arm64 | arm64v8-latest | -| armhf | arm32v6-latest | +| armhf | arm32v7-latest | ## Usage @@ -160,6 +160,7 @@ Unlike other implementations of COPS in a docker container, the linuxserver ver ## Versions +* **23.03.19:** - Switching to new Base images, shift to arm32v7 tag. * **27.02.19:** - Upgrade packages during install to prevent mismatch with baseimage. * **22.02.19:** - Rebasing to alpine 3.9. * **14.01.19:** - Add multiarch and pipeline logic.