From 7a8d4c0f4d0c68a59681d0f51949f66cc746052d Mon Sep 17 00:00:00 2001 From: Michael H Date: Wed, 23 Oct 2019 20:34:11 +0200 Subject: [PATCH] Upgrade to release 3.10.0 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 909b3b8..da53fdb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM centos:centos7 ENV bludit_content /usr/share/nginx/html/bl-content -ENV bludit_url https://www.bludit.com/releases/bludit-3-9-2.zip +ENV bludit_url https://www.bludit.com/releases/bludit-3-10-0.zip ENV nginx_path /etc/nginx ENV nginx_conf ${nginx_path}/nginx.conf