From 732c1aed7689987d35caf8e4541e97449cd96ca7 Mon Sep 17 00:00:00 2001 From: LinuxServer-CI Date: Sun, 24 Mar 2019 21:04:46 +0000 Subject: [PATCH] Bot Updating Templated Files --- images/docker-codiad.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/images/docker-codiad.md b/images/docker-codiad.md index 9fa4ddf580..16c83c9795 100644 --- a/images/docker-codiad.md +++ b/images/docker-codiad.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 @@ -121,6 +121,7 @@ In this instance `PUID=1000` and `PGID=1000`, to find yours use `id user` as bel ## Versions +* **23.03.19:** - Switching to new Base images, shift to arm32v7 tag. * **22.02.19:** - Rebasing to alpine 3.9, adding ssh client. * **16.01.19:** - Add pipeline logic and multi arch. * **26.09.18:** - Add sed to init file to configure projects folder correctly.