Skip to content

Commit

Permalink
upgrade to flarum/core 1.8.4.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jérôme Gillard committed Dec 27, 2023
1 parent e0ac019 commit f3217fa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit f3217fa

Please sign in to comment.