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 \