From 3ae9e4fcc03fb29a2a8b384565ce74f56ed9bada Mon Sep 17 00:00:00 2001 From: Moritz Date: Tue, 3 Sep 2019 15:50:22 +0200 Subject: [PATCH] Bump version to 3.6.10 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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