Skip to content

Commit

Permalink
Flarum v1.8.0
Browse files Browse the repository at this point in the history
RikoDEV authored May 21, 2023
1 parent 7cab7f6 commit 469b69a
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
@@ -3,7 +3,7 @@ FROM alpine:3.18
LABEL description="Simple forum software for building great communities" \
maintainer="riko.dev <kontakt@riko.dev>"

ARG VERSION=v1.7.0
ARG VERSION=v1.8.0

ENV GID=991 \
UID=991 \
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@
##### Huge thanks to [mondedie/flarum](https://github.com/mondediefr/docker-flarum) for creating base docker image.

[![latest](https://github.com/RikoDEV/flarum-docker/actions/workflows/latest.yml/badge.svg)](https://github.com/RikoDEV/flarum-docker/actions/workflows/latest.yml)
[![php 8.1](https://img.shields.io/badge/PHP-8.1-blue)](https://github.com/RikoDEV/flarum-docker)
[![php 8.2](https://img.shields.io/badge/PHP-8.2-blue)](https://github.com/RikoDEV/flarum-docker)

### Tag available

@@ -14,13 +14,13 @@
- Lightweight & secure image
- Based on Alpine Linux 3.18
- **nginx** and **PHP 8.2**
- Latest [Flarum Framework](https://github.com/flarum/framework) (v1.7.0)
- Latest [Flarum Framework](https://github.com/flarum/framework) (v1.8.0)
- MySQL/Mariadb driver
- OPCache extension configured

### Build-time variables

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

### Ports

0 comments on commit 469b69a

Please sign in to comment.