From df584eb2530c0950c8de92c3a00d093df1cf8c9b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=A1=8C=E6=97=85=E9=80=94?= Date: Thu, 3 Jun 2021 13:37:41 +0800 Subject: [PATCH] chore: version to 1.0.1 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 81bf77c..d5be84c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ FROM alpine:3.13 LABEL description="Simple forum software for building great communities" \ maintainer="Magicalex , Hardware " -ARG VERSION=v1.0.0 +ARG VERSION=v1.0.1 ENV GID=991 \ UID=991 \