From 7ffd8fe563cea95c1ba764769e9c8c52cd2a3f79 Mon Sep 17 00:00:00 2001 From: Magicalex Date: Wed, 12 Dec 2018 20:18:09 +0100 Subject: [PATCH] Update flarum skeleton --- Dockerfile | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 12d6a39..43e0c02 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ FROM alpine:3.8 LABEL description "Simple forum software for building great communities" \ maintainer="Hardware , Magicalex " -ARG VERSION=v0.1.0-beta.8 +ARG VERSION=v0.1.0-beta.8.1 ENV GID=991 \ UID=991 \ diff --git a/README.md b/README.md index b485674..1088bd4 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ Simple forum software for building great communities. http://flarum.org/ ### 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