From e39f047754303b103367478edfbaaff0b764eeb2 Mon Sep 17 00:00:00 2001 From: Ryan Wang Date: Sun, 22 May 2022 11:08:13 +0800 Subject: [PATCH] chore: bump flarum version to 1.3.0 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 \