diff --git a/Dockerfile b/Dockerfile index d53451c..5a6cfcc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ # vim: set ts=4 sw=4 sts=0 sta et : FROM ubuntu:18.04 EXPOSE 8000:8000 -ENV VERSION 3.7.0 +ENV VERSION 3.7.1 # Executing group, with fixed group id ENV EXECUTING_GROUP fiduswriter