diff --git a/Dockerfile b/Dockerfile index dce3e3a..31bbe0b 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.6.9 +ENV VERSION 3.6.10 # Executing group, with fixed group id ENV EXECUTING_GROUP fiduswriter