From 2f404d2a8cab017772df15d77b1df8e96577155f Mon Sep 17 00:00:00 2001 From: CrazyMax <1951866+crazy-max@users.noreply.github.com> Date: Sat, 30 Dec 2023 23:20:49 +0100 Subject: [PATCH 1/2] Update README --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b006990..0ce6671 100644 --- a/README.md +++ b/README.md @@ -252,9 +252,10 @@ declared in our [`compose.yml`](examples/compose/compose.yml): ## Contributing -Want to contribute? Awesome! The most basic way to show your support is to star the project, or to raise issues. You -can also support this project by [**becoming a sponsor on GitHub**](https://github.com/sponsors/crazy-max) or by making -a [Paypal donation](https://www.paypal.me/crazyws) to ensure this journey continues indefinitely! +Want to contribute? Awesome! The most basic way to show your support is to star +the project, or to raise issues. You can also support this project by [**becoming a sponsor on GitHub**](https://github.com/sponsors/crazy-max) +or by making a [PayPal donation](https://www.paypal.me/crazyws) to ensure this +journey continues indefinitely! Thanks again for your support, it is much appreciated! :pray: From e525fb07ccdfa31548aa7f3b797c935da131a802 Mon Sep 17 00:00:00 2001 From: CrazyMax <1951866+crazy-max@users.noreply.github.com> Date: Sat, 30 Dec 2023 23:21:40 +0100 Subject: [PATCH 2/2] Flarum 1.8.3 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 9868388..f4907d0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ # syntax=docker/dockerfile:1 -ARG FLARUM_VERSION=v1.8.0 +ARG FLARUM_VERSION=v1.8.3 ARG ALPINE_VERSION=3.18 FROM crazymax/yasu:latest AS yasu