From 00990c17e50420bf2e6e04cfa91edaed6a73de5c Mon Sep 17 00:00:00 2001 From: Ryan Wang Date: Mon, 6 Jun 2022 03:56:44 +0800 Subject: [PATCH] chore: bump flarum version to 1.3.0 (#108) Signed-off-by: Ryan Wang --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 30ed5a5..7be3324 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ FROM alpine:3.15 LABEL description="Simple forum software for building great communities" \ maintainer="Magicalex , Hardware " -ARG VERSION=v1.2.0 +ARG VERSION=v1.3.0 ENV GID=991 \ UID=991 \