From f3217fa1667be1cf76ce78a71004148c0502eba2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Gillard?= Date: Wed, 27 Dec 2023 09:56:19 +0100 Subject: [PATCH] upgrade to flarum/core 1.8.4. --- Dockerfile | 2 +- README.md | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index 518f527..3d80c5b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ FROM alpine:3.16 LABEL description="Simple forum software for building great communities" \ maintainer="Jérôme Gillard" -ARG VERSION=v1.8.3 +ARG VERSION=v1.8.4 ENV GID=991 \ UID=991 \ diff --git a/README.md b/README.md index 64308e8..edb506f 100644 --- a/README.md +++ b/README.md @@ -9,13 +9,13 @@ - Lightweight & secure image - Based on Alpine Linux 3.16 - **nginx** and **PHP 8.0** -- Latest [Flarum Framework](https://github.com/flarum/framework) (v1.8.3) +- Latest [Flarum Framework](https://github.com/flarum/framework) (v1.8.4) - MySQL/Mariadb driver - OPCache extension configured ### Build-time variables -- **VERSION** = Version of [flarum/flarum](https://github.com/flarum/flarum) skeleton (default: *v1.8.3*) +- **VERSION** = Version of [flarum/flarum](https://github.com/flarum/flarum) skeleton (default: *v1.8.4*) ### Ports @@ -71,7 +71,7 @@ docker pull jeromegillard/flarum:latest docker build -t jeromegillard/flarum:latest https://github.com/jeromegillard/docker-flarum.git # or build it manually with multi-arch support, and push it to your DockerHub account: -docker buildx build --push --platform linux/amd64,linux/arm64,linux/arm/v7 --tag jeromegillard/flarum:latest --tag jeromegillard/flarum:1.8.3 --tag jeromegillard/flarum:1.8 https://github.com/jeromegillard/docker-flarum.git +docker buildx build --push --platform linux/amd64,linux/arm64,linux/arm/v7 --tag jeromegillard/flarum:latest --tag jeromegillard/flarum:1.8.4 --tag jeromegillard/flarum:1.8 https://github.com/jeromegillard/docker-flarum.git ``` #### 2 - Docker-compose.yml