diff --git a/images/docker-plex.md b/images/docker-plex.md index bbce41321..e87b75559 100644 --- a/images/docker-plex.md +++ b/images/docker-plex.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 @@ -182,6 +182,7 @@ We automatically add the necessary environment variable that will utilise all th ## Versions +* **23.03.19:** - Switching to new Base images, shift to arm32v7 tag. * **22.03.19:** - Fix update logic for `VERSION=public`. * **14.03.19:** - Switch to new api endpoints, enable beta (plex pass) updates for armhf and aarch64. * **15.02.19:** - Clean up plex pid after unclean stop.