From c485fd95c83d6884bc38c24fb6eceab3a8346826 Mon Sep 17 00:00:00 2001 From: Magicalex Date: Mon, 21 Dec 2020 21:42:42 +0100 Subject: [PATCH] update(): beta 15 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 034342a..249759f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ FROM alpine:3.12 LABEL description="Simple forum software for building great communities" \ maintainer="Magicalex , Hardware " -ARG VERSION=v0.1.0-beta.14 +ARG VERSION=v0.1.0-beta.15 ENV GID=991 \ UID=991 \