From 4d3eb15a1165188ad4173686c0d74b0ee357bc52 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20S=C3=B8rensen?= Date: Sun, 21 Apr 2019 18:22:01 +0200 Subject: [PATCH] :arrow_up: Upgrades Phlex to version 01fce9237e727deb69fc81da56cb77687e2ee2a8 --- phlex/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phlex/Dockerfile b/phlex/Dockerfile index 72378ff..13507ab 100644 --- a/phlex/Dockerfile +++ b/phlex/Dockerfile @@ -29,7 +29,7 @@ RUN \ && mkdir -p /opt \ \ && curl -J -L -o /tmp/web.zip \ - "https://github.com/d8ahazard/Phlex/archive/579fb03589c0244841f9561a032372bbf89da1f8.zip" \ + "https://github.com/d8ahazard/Phlex/archive/01fce9237e727deb69fc81da56cb77687e2ee2a8.zip" \ \ && unzip -d /tmp /tmp/web.zip \ && mv /tmp/Phlex-*/* /opt \