From d9729dca782e2773f4570d211ee39cca922db5f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20S=C3=B8rensen?= Date: Thu, 3 Jan 2019 22:17:26 +0100 Subject: [PATCH] :arrow_up: Upgrades Phlex to version 3da63a49825644500de13fa3caf2d18000d17994 --- phlex/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phlex/Dockerfile b/phlex/Dockerfile index 5b5648f..2feecd5 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/10bf12e7bc376d117a0cfc509a24e47d7cdb2594.zip" \ + "https://github.com/d8ahazard/Phlex/archive/3da63a49825644500de13fa3caf2d18000d17994.zip" \ \ && unzip -d /tmp /tmp/web.zip \ && mv /tmp/Phlex-*/* /opt \