From 21c2f7080343561d796d4dd01e4b1b8380cd6be5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20S=C3=B8rensen?= Date: Sun, 3 Feb 2019 20:42:06 +0100 Subject: [PATCH] :arrow_up: Upgrades Phlex to version fe202ca09ba2178e06606ebb48118850ac0c63f8 (#3) --- phlex/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phlex/Dockerfile b/phlex/Dockerfile index 0fb6c6d..4778db8 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/3da63a49825644500de13fa3caf2d18000d17994.zip" \ + "https://github.com/d8ahazard/Phlex/archive/fe202ca09ba2178e06606ebb48118850ac0c63f8.zip" \ \ && unzip -d /tmp /tmp/web.zip \ && mv /tmp/Phlex-*/* /opt \