Update flarum skeleton
parent
1c3568cb6d
commit
7ffd8fe563
|
@ -3,7 +3,7 @@ FROM alpine:3.8
|
||||||
LABEL description "Simple forum software for building great communities" \
|
LABEL description "Simple forum software for building great communities" \
|
||||||
maintainer="Hardware <hardware@mondedie.fr>, Magicalex <magicalex@mondedie.fr>"
|
maintainer="Hardware <hardware@mondedie.fr>, Magicalex <magicalex@mondedie.fr>"
|
||||||
|
|
||||||
ARG VERSION=v0.1.0-beta.8
|
ARG VERSION=v0.1.0-beta.8.1
|
||||||
|
|
||||||
ENV GID=991 \
|
ENV GID=991 \
|
||||||
UID=991 \
|
UID=991 \
|
||||||
|
|
|
@ -16,7 +16,7 @@ Simple forum software for building great communities. http://flarum.org/
|
||||||
|
|
||||||
### Build-time variables
|
### Build-time variables
|
||||||
|
|
||||||
- **VERSION** = Version of flarum (default: *v0.1.0-beta.8*)
|
- **VERSION** = Version of [flarum/flarum](https://github.com/flarum/flarum) skeleton (default: *v0.1.0-beta.8.1*)
|
||||||
|
|
||||||
### Ports
|
### Ports
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue