From 4ba45e027645629eb4605451278b9e75289ad071 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=A1=8C=E6=97=85=E9=80=94?= Date: Sat, 5 Jun 2021 05:28:33 +0800 Subject: [PATCH] chore: version to 1.0.1 (#96) --- 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 \