Skip to content

Commit

Permalink
update(): flarum version to 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Magicalex committed Jun 5, 2022
1 parent 00990c1 commit eb63dd9
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 10 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.15
FROM alpine:3.16

LABEL description="Simple forum software for building great communities" \
maintainer="Magicalex <[email protected]>, Hardware <[email protected]>"
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@

- Multi-platform image: `linux/386`, `linux/amd64`, `linux/arm/v6`, `linux/arm/v7`, `linux/arm64`
- Lightweight & secure image
- Based on Alpine Linux 3.15
- Based on Alpine Linux 3.16
- **nginx** and **PHP 8.0**
- Latest [Flarum Core](https://github.com/flarum/core) (v1.2.0)
- Latest [Flarum Framework](https://github.com/flarum/framework) (v1.3.0)
- MySQL/Mariadb driver
- OPCache extension configured

### Build-time variables

- **VERSION** = Version of [flarum/flarum](https://github.com/flarum/flarum) skeleton (default: *v1.2.0*)
- **VERSION** = Version of [flarum/flarum](https://github.com/flarum/flarum) skeleton (default: *v1.3.0*)

### Ports

Expand Down
11 changes: 5 additions & 6 deletions UPGRADE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Guide for upgrade your flarum container

### Upgrade to v1.2.0 from v1.0.2
### Upgrade to v1.3.0 from v1.2.0

:warning: Backup your database, config.php, composer.lock and assets folder
:warning: Disable all 3rd party extensions prior to upgrading in panel admin.
Expand All @@ -12,7 +12,7 @@ version: "3"

services:
flarum:
image: mondedie/flarum:1.2.0
image: mondedie/flarum:1.3.0
...
```

Expand All @@ -34,8 +34,7 @@ docker exec -ti flarum php /flarum/app/flarum cache:clear

After that your upgrade is finish. :tada: :tada:


### Upgrade to v1.0.2 from v0.1.0-beta.16
### Upgrade to v1.2.0 from v1.0.2

:warning: Backup your database, config.php, composer.lock and assets folder
:warning: Disable all 3rd party extensions prior to upgrading in panel admin.
Expand All @@ -47,14 +46,14 @@ version: "3"

services:
flarum:
image: mondedie/flarum:1.0.2
image: mondedie/flarum:1.2.0
...
```

2 - Pull the last docker images

```sh
docker pull mondedie/flarum:1.0.2
docker pull mondedie/flarum:1.2.0
docker-compose stop flarum
docker-compose rm flarum
docker-compose up -d flarum
Expand Down

0 comments on commit eb63dd9

Please sign in to comment.