From 0a3972a0c4ac3583452ccc68cc5e439297c2998e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20S=C3=B8rensen?= Date: Thu, 14 Feb 2019 20:01:13 +0100 Subject: [PATCH] :arrow_up: Upgrades Phlex to version 86e2db1615c52ad0159d2f24a5caf934a8ad512d --- phlex/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phlex/Dockerfile b/phlex/Dockerfile index f9de9a5..009bf62 100644 --- a/phlex/Dockerfile +++ b/phlex/Dockerfile @@ -30,7 +30,7 @@ RUN \ && mkdir -p /opt \ \ && curl -J -L -o /tmp/web.zip \ - "https://github.com/d8ahazard/Phlex/archive/fe202ca09ba2178e06606ebb48118850ac0c63f8.zip" \ + "https://github.com/d8ahazard/Phlex/archive/86e2db1615c52ad0159d2f24a5caf934a8ad512d.zip" \ \ && unzip -d /tmp /tmp/web.zip \ && mv /tmp/Phlex-*/* /opt \