From d719f16bb289ab4f0d0ae28f3f24a1c1ab725ba1 Mon Sep 17 00:00:00 2001 From: Marco Colia <79002016+justoverclockl@users.noreply.github.com> Date: Thu, 23 Feb 2023 11:01:41 +0100 Subject: [PATCH] Latest available version Updated to the latest flarum version --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 30b3b5e..ccf964c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ FROM alpine:3.16 LABEL description="Simple forum software for building great communities" \ maintainer="Magicalex " -ARG VERSION=v1.3.0 +ARG VERSION=v1.6.3 ENV GID=991 \ UID=991 \