From ea1c38f573ae887f7fcccd1a16634e8ca02f2473 Mon Sep 17 00:00:00 2001 From: TheSpad Date: Fri, 4 Feb 2022 18:02:19 +0000 Subject: [PATCH 1/2] Add changelog for nightly rebase + nightly-alpine deprecate --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4b72095..2a79cb4 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,6 @@ This image provides various versions that are available via tags. Please read th | latest | ❌ | | | develop | ✅ | Prowlarr releases from their develop branch | | nightly | ✅ | Prowlarr releases from their nightly branch | -| nightly-alpine | ✅ | Prowlarr releases from their nightly branch using our Alpine baseimage | ## Application Setup @@ -234,5 +233,6 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64 ## Versions +* **28.12.21:** - rebase nightly branch to Alpine, deprecate nightly-alpine branch. * **28.12.21:** - Add nightly-alpine branch. * **06.06.21:** - Initial realease. From 8c73f2342138ea703d1a3f87161c7a32549afe9c Mon Sep 17 00:00:00 2001 From: TheSpad Date: Fri, 4 Feb 2022 18:03:40 +0000 Subject: [PATCH 2/2] Capitalisation --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2a79cb4..7933d1c 100644 --- a/README.md +++ b/README.md @@ -233,6 +233,6 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64 ## Versions -* **28.12.21:** - rebase nightly branch to Alpine, deprecate nightly-alpine branch. +* **28.12.21:** - Rebase nightly branch to Alpine, deprecate nightly-alpine branch. * **28.12.21:** - Add nightly-alpine branch. * **06.06.21:** - Initial realease.